#286416

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

Shades of Green House #286416

Tints of Green House #286416

Color information

#286416 (or 0x286416) is unknown color: approx Green House. HEX triplet: 28, 64 and 16. RGB value is (40,100,22). Sum of RGB (Red+Green+Blue) = 40+100+22=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #286416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286416 is #D79BE9. Grayscale: #494949. Windows color (decimal): -14130154 or 1467432. OLE color: 1467432.

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

Color convert

RGB4010022-
CMYK0.600.780.61
HSL106.15º63.93%23.92%-
HSV(B)106.15º78%39.22%-
XYZ5.589.622.32-
YUV73.1799.12104.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 100 (39.45% from 255) = 61.73%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=24.69%
G=61.73%
B=13.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100220.600.780.61106.1563.9323.92
Hex2864163C04E3D6a4018
Octal50144267401167515210030
Binary101000110010010110111100010011101111011101010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286416; }

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

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

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

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

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

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

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

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