#316226

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

Shades of Green House #316226

Tints of Green House #316226

Color information

#316226 (or 0x316226) is unknown color: approx Green House. HEX triplet: 31, 62 and 26. RGB value is (49,98,38). Sum of RGB (Red+Green+Blue) = 49+98+38=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #316226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316226 is #CE9DD9. Grayscale: #4C4C4C. Windows color (decimal): -13540826 or 2515505. OLE color: 2515505.

HSL color Cylindrical-coordinate representation of color #316226: hue angle of 109º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316226 is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB499838-
CMYK0.500.610.62
HSL109º44.12%26.67%-
HSV(B)109º61.22%38.43%-
XYZ5.989.533.36-
YUV76.51106.27108.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=26.49%
G=52.97%
B=20.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998380.500.610.6210944.1226.67
Hex3162263203D3E6d2c1b
Octal611424662075761555433
Binary11000111000101001101100100111101111110110110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316226; }

 p { color: rgb(49,98,38); }

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

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

 a { background-color: rgb(49,98,38); }

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

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

 span { border-color: rgb(49,98,38); }

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