#31682A

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

Shades of Green House #31682A

Tints of Green House #31682A

Color information

#31682A (or 0x31682A) is unknown color: approx Green House. HEX triplet: 31, 68 and 2A. RGB value is (49,104,42). Sum of RGB (Red+Green+Blue) = 49+104+42=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #31682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31682A is #CE97D5. Grayscale: #505050. Windows color (decimal): -13539286 or 2779185. OLE color: 2779185.

HSL color Cylindrical-coordinate representation of color #31682A: hue angle of 113.23º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31682A is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB4910442-
CMYK0.5300.600.59
HSL113.23º42.47%28.63%-
HSV(B)113.23º59.62%40.78%-
XYZ6.6310.723.91-
YUV80.49106.28105.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=25.13%
G=53.33%
B=21.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104420.5300.600.59113.2342.4728.63
Hex31682A3503C3B712a1d
Octal611505265074731615235
Binary11000111010001010101101010111100111011111000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31682A; }

 p { color: rgb(49,104,42); }

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

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

 a { background-color: rgb(49,104,42); }

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

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

 span { border-color: rgb(49,104,42); }

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