Html Css Color HEX #315939 Hunter Green

📋 copy color: '#315939'

red 49 ◦ green 89 ◦ blue 57

#315939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #315939

Tints of Hunter Green #315939

RGB

 RED value IS 49 (19.53% from 255) = 25.13%

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 57 (22.66% from 255) = 29.23%

R = 25.13%
G = 45.64%
B = 29.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#315939 (or 0x315939) is known color: Hunter Green. HEX triplet: 31, 59 and 39. RGB value is (49,89,57). Sum of RGB (Red+Green+Blue) = 49+89+57=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #315939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315939 is #CEA6C6. Grayscale: #494949. Windows color (decimal): -13543111 or 3758385. OLE color: 3758385.

HSL color Cylindrical-coordinate representation of color #315939: hue angle of 132º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315939 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 57 -
CMYK 0.45 0 0.36 0.65
HSL 132º 0.29% 0.27% -
HSV(B) 132º 0.45% 0.35% -
XYZ 5.58 8.09 5.14 -
YUV 73.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 49 89 57 0.45 0 0.36 0.65 132 0.29 0.27
Hex 31 59 39 2D 0 24 41 84 1D 1B
Octal 61 131 71 55 0 44 101 204 35 33
Binary 110001 1011001 111001 101101 0 100100 1000001 10000100 11101 11011

Color Harmonies of #315939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315939

Black with #315939

Text Example


Text Example

White with #315939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315939; }

 p { color: rgb(49,89,57); }

 H1.HeaderClassName
 {
   color: #315939;
 }
 .AnyTagClassName
 {
   color: #315939;
 }
</style>

background-color css

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

 a { background-color: rgb(49,89,57); }

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

border-color css

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

 span { border-color: rgb(49,89,57); }

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