#286616

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

Shades of Green House #286616

Tints of Green House #286616

Color information

#286616 (or 0x286616) is unknown color: approx Green House. HEX triplet: 28, 66 and 16. RGB value is (40,102,22). Sum of RGB (Red+Green+Blue) = 40+102+22=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #286616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286616 is #D799E9. Grayscale: #4A4A4A. Windows color (decimal): -14129642 or 1467944. OLE color: 1467944.

HSL color Cylindrical-coordinate representation of color #286616: hue angle of 106.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286616 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB4010222-
CMYK0.6100.780.6
HSL106.5º64.52%24.31%-
HSV(B)106.5º78.43%40%-
XYZ5.7710.012.39-
YUV74.3498.46103.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 102 (40.23% from 255) = 62.20%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=24.39%
G=62.20%
B=13.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102220.6100.780.6106.564.5224.31
Hex2866163D04E3C6a4118
Octal50146267501167415210130
Binary101000110011010110111101010011101111001101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286616; }

 p { color: rgb(40,102,22); }

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

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

 a { background-color: rgb(40,102,22); }

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

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

 span { border-color: rgb(40,102,22); }

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