#316229

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

Shades of Green House #316229

Tints of Green House #316229

Color information

#316229 (or 0x316229) is unknown color: approx Green House. HEX triplet: 31, 62 and 29. RGB value is (49,98,41). Sum of RGB (Red+Green+Blue) = 49+98+41=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #316229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316229 is #CE9DD6. Grayscale: #4D4D4D. Windows color (decimal): -13540823 or 2712113. OLE color: 2712113.

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

Color convert

RGB499841-
CMYK0.500.580.62
HSL111.58º41.01%27.25%-
HSV(B)111.58º58.16%38.43%-
XYZ6.039.553.62-
YUV76.85107.77108.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=26.06%
G=52.13%
B=21.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998410.500.580.62111.5841.0127.25
Hex3162293203A3E70291b
Octal611425162072761605133
Binary11000111000101010011100100111010111110111000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316229; }

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

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

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

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

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

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

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

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