#386233

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

Shades of Green House #386233

Tints of Green House #386233

Color information

#386233 (or 0x386233) is unknown color: approx Green House. HEX triplet: 38, 62 and 33. RGB value is (56,98,51). Sum of RGB (Red+Green+Blue) = 56+98+51=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #386233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386233 is #C79DCC. Grayscale: #505050. Windows color (decimal): -13082061 or 3367480. OLE color: 3367480.

HSL color Cylindrical-coordinate representation of color #386233: hue angle of 113.62º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386233 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB569851-
CMYK0.4300.480.62
HSL113.62º31.54%29.22%-
HSV(B)113.62º47.96%38.43%-
XYZ6.69.824.68-
YUV80.08111.59110.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=27.32%
G=47.80%
B=24.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698510.4300.480.62113.6231.5429.22
Hex3862332B0303E72201d
Octal701426353060761624035
Binary11100011000101100111010110110000111110111001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386233; }

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

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

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

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

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

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

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

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