#386522

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

Shades of Green House #386522

Tints of Green House #386522

Color information

#386522 (or 0x386522) is unknown color: approx Green House. HEX triplet: 38, 65 and 22. RGB value is (56,101,34). Sum of RGB (Red+Green+Blue) = 56+101+34=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #386522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386522 is #C79ADD. Grayscale: #505050. Windows color (decimal): -13081310 or 2254136. OLE color: 2254136.

HSL color Cylindrical-coordinate representation of color #386522: hue angle of 100.3º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #386522 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB5610134-
CMYK0.4500.660.60
HSL100.3º49.63%26.47%-
HSV(B)100.3º66.34%39.61%-
XYZ6.5710.263.15-
YUV79.91102.09110.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=29.32%
G=52.88%
B=17.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101340.4500.660.60100.349.6326.47
Hex3865222D0423C64321a
Octal7014542550102741446232
Binary111000110010110001010110101000010111100110010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386522; }

 p { color: rgb(56,101,34); }

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

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

 a { background-color: rgb(56,101,34); }

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

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

 span { border-color: rgb(56,101,34); }

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