#31B487

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

Shades of Jungle Green #31B487

Tints of Jungle Green #31B487

Color information

#31B487 (or 0x31B487) is unknown color: approx Jungle Green. HEX triplet: 31, B4 and 87. RGB value is (49,180,135). Sum of RGB (Red+Green+Blue) = 49+180+135=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #31B487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B487 is #CE4B78. Grayscale: #878787. Windows color (decimal): -13519737 or 8893489. OLE color: 8893489.

HSL color Cylindrical-coordinate representation of color #31B487: hue angle of 159.39º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B487 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB49180135-
CMYK0.7300.250.29
HSL159.39º57.21%44.9%-
HSV(B)159.39º72.78%70.59%-
XYZ21.9635.0428.53-
YUV135.7127.666.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.46%
GREEN value IS 180 (70.70% from 255) = 49.45%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=13.46%
G=49.45%
B=37.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491801350.7300.250.29159.3957.2144.9
Hex31B487490191D9f392d
Octal61264207111031352377155
Binary110001101101001000011110010010110011110110011111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B487; }

 p { color: rgb(49,180,135); }

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

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

 a { background-color: rgb(49,180,135); }

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

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

 span { border-color: rgb(49,180,135); }

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