#316222

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

Shades of Green House #316222

Tints of Green House #316222

Color information

#316222 (or 0x316222) is unknown color: approx Green House. HEX triplet: 31, 62 and 22. RGB value is (49,98,34). Sum of RGB (Red+Green+Blue) = 49+98+34=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #316222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316222 is #CE9DDD. Grayscale: #4C4C4C. Windows color (decimal): -13540830 or 2253361. OLE color: 2253361.

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

Color convert

RGB499834-
CMYK0.500.650.62
HSL105.94º48.48%25.88%-
HSV(B)105.94º65.31%38.43%-
XYZ5.929.53.04-
YUV76.05104.27108.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=27.07%
G=54.14%
B=18.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998340.500.650.62105.9448.4825.88
Hex316222320413E6a301a
Octal6114242620101761526032
Binary110001110001010001011001001000001111110110101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316222; }

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

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

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

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

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

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

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

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