#386820

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

Shades of Green House #386820

Tints of Green House #386820

Color information

#386820 (or 0x386820) is unknown color: approx Green House. HEX triplet: 38, 68 and 20. RGB value is (56,104,32). Sum of RGB (Red+Green+Blue) = 56+104+32=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #386820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386820 is #C797DF. Grayscale: #515151. Windows color (decimal): -13080544 or 2123832. OLE color: 2123832.

HSL color Cylindrical-coordinate representation of color #386820: hue angle of 100º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386820 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB5610432-
CMYK0.4600.690.59
HSL100º52.94%26.67%-
HSV(B)100º69.23%40.78%-
XYZ6.8410.853.1-
YUV81.44100.1109.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=29.17%
G=54.17%
B=16.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104320.4600.690.5910052.9426.67
Hex3868202E0453B64351b
Octal7015040560105731446533
Binary111000110100010000010111001000101111011110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386820; }

 p { color: rgb(56,104,32); }

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

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

 a { background-color: rgb(56,104,32); }

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

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

 span { border-color: rgb(56,104,32); }

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