#385634

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

Shades of Green House #385634

Tints of Green House #385634

Color information

#385634 (or 0x385634) is unknown color: approx Green House. HEX triplet: 38, 56 and 34. RGB value is (56,86,52). Sum of RGB (Red+Green+Blue) = 56+86+52=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #385634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385634 is #C7A9CB. Grayscale: #494949. Windows color (decimal): -13085132 or 3429944. OLE color: 3429944.

HSL color Cylindrical-coordinate representation of color #385634: hue angle of 112.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385634 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB568652-
CMYK0.3500.400.66
HSL112.94º24.64%27.06%-
HSV(B)112.94º39.53%33.73%-
XYZ5.587.744.45-
YUV73.15116.06115.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=28.87%
G=44.33%
B=26.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686520.3500.400.66112.9424.6427.06
Hex385634230284271191b
Octal7012664430501021613133
Binary11100010101101101001000110101000100001011100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385634; }

 p { color: rgb(56,86,52); }

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

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

 a { background-color: rgb(56,86,52); }

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

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

 span { border-color: rgb(56,86,52); }

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