#385633

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

Shades of Green House #385633

Tints of Green House #385633

Color information

#385633 (or 0x385633) is unknown color: approx Green House. HEX triplet: 38, 56 and 33. RGB value is (56,86,51). Sum of RGB (Red+Green+Blue) = 56+86+51=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #385633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385633 is #C7A9CC. Grayscale: #494949. Windows color (decimal): -13085133 or 3364408. OLE color: 3364408.

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

Color convert

RGB568651-
CMYK0.3500.410.66
HSL111.43º25.55%26.86%-
HSV(B)111.43º40.7%33.73%-
XYZ5.567.744.33-
YUV73.04115.56115.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=29.02%
G=44.56%
B=26.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686510.3500.410.66111.4325.5526.86
Hex38563323029426f1a1b
Octal7012663430511021573233
Binary11100010101101100111000110101001100001011011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385633; }

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

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

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

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

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

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

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

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