#386232

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

Shades of Green House #386232

Tints of Green House #386232

Color information

#386232 (or 0x386232) is unknown color: approx Green House. HEX triplet: 38, 62 and 32. RGB value is (56,98,50). Sum of RGB (Red+Green+Blue) = 56+98+50=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #386232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386232 is #C79DCD. Grayscale: #505050. Windows color (decimal): -13082062 or 3301944. OLE color: 3301944.

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

Color convert

RGB569850-
CMYK0.4300.490.62
HSL112.5º32.43%29.02%-
HSV(B)112.5º48.98%38.43%-
XYZ6.579.814.56-
YUV79.97111.09110.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=27.45%
G=48.04%
B=24.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698500.4300.490.62112.532.4329.02
Hex3862322B0313E70201d
Octal701426253061761604035
Binary11100011000101100101010110110001111110111000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386232; }

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

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

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

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

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

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

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

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