#386029

Color #386029 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #386029

Tints of Green House #386029

Color information

#386029 (or 0x386029) is unknown color: approx Green House. HEX triplet: 38, 60 and 29. RGB value is (56,96,41). Sum of RGB (Red+Green+Blue) = 56+96+41=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #386029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386029 is #C79FD6. Grayscale: #4D4D4D. Windows color (decimal): -13082583 or 2711608. OLE color: 2711608.

HSL color Cylindrical-coordinate representation of color #386029: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386029 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB569641-
CMYK0.4200.570.62
HSL103.64º40.15%26.86%-
HSV(B)103.64º57.29%37.65%-
XYZ6.219.373.58-
YUV77.77107.25112.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=29.02%
G=49.74%
B=21.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696410.4200.570.62103.6440.1526.86
Hex3860292A0393E68281b
Octal701405152071761505033
Binary11100011000001010011010100111001111110110100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386029; }

 p { color: rgb(56,96,41); }

 H1.HeaderClassName
 {
   color: #386029;
 }
 .AnyTagClassName
 {
   color: #386029;
 }
</style>
background-color css

<style>
 a { background-color: #386029; }

 a { background-color: rgb(56,96,41); }

 div.DivClassName
 {
   background-color: #386029;
 }
 .BgClassName
 {
   background-color: #386029;
 }
</style>
border-color css

<style>
 span { border-color: #386029; }

 span { border-color: rgb(56,96,41); }

 td.TdClassName
 {
   border-color: #386029;
 }
 .TagClassName
 {
   border-color: #386029;
 }
</style>