#296416

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

Shades of Green House #296416

Tints of Green House #296416

Color information

#296416 (or 0x296416) is unknown color: approx Green House. HEX triplet: 29, 64 and 16. RGB value is (41,100,22). Sum of RGB (Red+Green+Blue) = 41+100+22=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #296416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296416 is #D69BE9. Grayscale: #494949. Windows color (decimal): -14064618 or 1467433. OLE color: 1467433.

HSL color Cylindrical-coordinate representation of color #296416: hue angle of 105.38º 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 #296416 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB4110022-
CMYK0.5900.780.61
HSL105.38º63.93%23.92%-
HSV(B)105.38º78%39.22%-
XYZ5.629.642.32-
YUV73.4798.95104.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=25.15%
G=61.35%
B=13.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100220.5900.780.61105.3863.9323.92
Hex2964163B04E3D694018
Octal51144267301167515110030
Binary101001110010010110111011010011101111011101001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296416; }

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

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

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

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

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

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

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

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