#385735

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

Shades of Green House #385735

Tints of Green House #385735

Color information

#385735 (or 0x385735) is unknown color: approx Green House. HEX triplet: 38, 57 and 35. RGB value is (56,87,53). Sum of RGB (Red+Green+Blue) = 56+87+53=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #385735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385735 is #C7A8CA. Grayscale: #494949. Windows color (decimal): -13084875 or 3495736. OLE color: 3495736.

HSL color Cylindrical-coordinate representation of color #385735: hue angle of 114.71º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385735 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB568753-
CMYK0.3600.390.66
HSL114.71º24.29%27.45%-
HSV(B)114.71º39.08%34.12%-
XYZ5.687.914.6-
YUV73.85116.23115.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=28.57%
G=44.39%
B=27.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687530.3600.390.66114.7124.2927.45
Hex385735240274273181b
Octal7012765440471021633033
Binary11100010101111101011001000100111100001011100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385735; }

 p { color: rgb(56,87,53); }

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

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

 a { background-color: rgb(56,87,53); }

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

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

 span { border-color: rgb(56,87,53); }

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