#385533

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

Shades of Green House #385533

Tints of Green House #385533

Color information

#385533 (or 0x385533) is unknown color: approx Green House. HEX triplet: 38, 55 and 33. RGB value is (56,85,51). Sum of RGB (Red+Green+Blue) = 56+85+51=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #385533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385533 is #C7AACC. Grayscale: #484848. Windows color (decimal): -13085389 or 3364152. OLE color: 3364152.

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

Color convert

RGB568551-
CMYK0.3400.400.67
HSL111.18º25%26.67%-
HSV(B)111.18º40%33.33%-
XYZ5.487.584.31-
YUV72.45115.89116.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=29.17%
G=44.27%
B=26.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685510.3400.400.67111.182526.67
Hex38553322028436f191b
Octal7012563420501031573133
Binary11100010101011100111000100101000100001111011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385533; }

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

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

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

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

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

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

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

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