#386721

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

Shades of Green House #386721

Tints of Green House #386721

Color information

#386721 (or 0x386721) is unknown color: approx Green House. HEX triplet: 38, 67 and 21. RGB value is (56,103,33). Sum of RGB (Red+Green+Blue) = 56+103+33=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #386721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386721 is #C798DE. Grayscale: #515151. Windows color (decimal): -13080799 or 2189112. OLE color: 2189112.

HSL color Cylindrical-coordinate representation of color #386721: hue angle of 100.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386721 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB5610333-
CMYK0.4600.680.60
HSL100.29º51.47%26.67%-
HSV(B)100.29º67.96%40.39%-
XYZ6.7610.653.14-
YUV80.97100.93110.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 103 (40.62% from 255) = 53.65%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=29.17%
G=53.65%
B=17.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103330.4600.680.60100.2951.4726.67
Hex3867212E0443C64331b
Octal7014741560104741446333
Binary111000110011110000110111001000100111100110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386721; }

 p { color: rgb(56,103,33); }

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

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

 a { background-color: rgb(56,103,33); }

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

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

 span { border-color: rgb(56,103,33); }

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