#316429

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

Shades of Green House #316429

Tints of Green House #316429

Color information

#316429 (or 0x316429) is unknown color: approx Green House. HEX triplet: 31, 64 and 29. RGB value is (49,100,41). Sum of RGB (Red+Green+Blue) = 49+100+41=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #316429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316429 is #CE9BD6. Grayscale: #4E4E4E. Windows color (decimal): -13540311 or 2712625. OLE color: 2712625.

HSL color Cylindrical-coordinate representation of color #316429: hue angle of 111.86º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316429 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB4910041-
CMYK0.5100.590.61
HSL111.86º41.84%27.65%-
HSV(B)111.86º59%39.22%-
XYZ6.229.933.69-
YUV78.03107.1107.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=25.79%
G=52.63%
B=21.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100410.5100.590.61111.8641.8427.65
Hex3164293303B3D702a1c
Octal611445163073751605234
Binary11000111001001010011100110111011111101111000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316429; }

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

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

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

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

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

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

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

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