#316228

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

Shades of Green House #316228

Tints of Green House #316228

Color information

#316228 (or 0x316228) is unknown color: approx Green House. HEX triplet: 31, 62 and 28. RGB value is (49,98,40). Sum of RGB (Red+Green+Blue) = 49+98+40=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #316228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316228 is #CE9DD7. Grayscale: #4C4C4C. Windows color (decimal): -13540824 or 2646577. OLE color: 2646577.

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

Color convert

RGB499840-
CMYK0.500.590.62
HSL110.69º42.03%27.06%-
HSV(B)110.69º59.18%38.43%-
XYZ6.029.543.53-
YUV76.74107.27108.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=26.20%
G=52.41%
B=21.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998400.500.590.62110.6942.0327.06
Hex3162283203B3E6f2a1b
Octal611425062073761575233
Binary11000111000101010001100100111011111110110111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316228; }

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

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

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

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

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

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

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

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