#386133

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

Shades of Green House #386133

Tints of Green House #386133

Color information

#386133 (or 0x386133) is unknown color: approx Green House. HEX triplet: 38, 61 and 33. RGB value is (56,97,51). Sum of RGB (Red+Green+Blue) = 56+97+51=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #386133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386133 is #C79ECC. Grayscale: #4F4F4F. Windows color (decimal): -13082317 or 3367224. OLE color: 3367224.

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

Color convert

RGB569751-
CMYK0.4200.470.62
HSL113.48º31.08%29.02%-
HSV(B)113.48º47.42%38.04%-
XYZ6.59.634.65-
YUV79.5111.92111.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 51 (20.31% from 255) = 25%
R=27.45%
G=47.55%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697510.4200.470.62113.4831.0829.02
Hex3861332A02F3E711f1d
Octal701416352057761613735
Binary1110001100001110011101010010111111111011100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386133; }

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

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

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

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

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

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

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

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