#31582B

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

Shades of Green House #31582B

Tints of Green House #31582B

Color information

#31582B (or 0x31582B) is unknown color: approx Green House. HEX triplet: 31, 58 and 2B. RGB value is (49,88,43). Sum of RGB (Red+Green+Blue) = 49+88+43=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #31582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31582B is #CEA7D4. Grayscale: #474747. Windows color (decimal): -13543381 or 2840625. OLE color: 2840625.

HSL color Cylindrical-coordinate representation of color #31582B: hue angle of 112º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31582B is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB498843-
CMYK0.4400.510.65
HSL112º34.35%25.69%-
HSV(B)112º51.14%34.51%-
XYZ5.197.813.52-
YUV71.21112.08112.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=27.22%
G=48.89%
B=23.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988430.4400.510.6511234.3525.69
Hex31582B2C0334170221a
Octal6113053540631011604232
Binary110001101100010101110110001100111000001111000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31582B; }

 p { color: rgb(49,88,43); }

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

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

 a { background-color: rgb(49,88,43); }

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

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

 span { border-color: rgb(49,88,43); }

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