Html Css Color HEX #315738 Hunter Green

📋 copy color: '#315738'

red 49 ◦ green 87 ◦ blue 56

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

Shades of Hunter Green #315738

Tints of Hunter Green #315738

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.31%

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 25.52%
G = 45.31%
B = 29.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#315738 (or 0x315738) is known color: Hunter Green. HEX triplet: 31, 57 and 38. RGB value is (49,87,56). Sum of RGB (Red+Green+Blue) = 49+87+56=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #315738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315738 is #CEA8C7. Grayscale: #484848. Windows color (decimal): -13543624 or 3692337. OLE color: 3692337.

HSL color Cylindrical-coordinate representation of color #315738: hue angle of 131.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315738 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 87 56 -
CMYK 0.44 0 0.36 0.66
HSL 131.05º 0.28% 0.27% -
HSV(B) 131.05º 0.44% 0.34% -
XYZ 5.39 7.75 4.95 -
YUV 72.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 49 87 56 0.44 0 0.36 0.66 131.05 0.28 0.27
Hex 31 57 38 2C 0 24 42 83 1C 1B
Octal 61 127 70 54 0 44 102 203 34 33
Binary 110001 1010111 111000 101100 0 100100 1000010 10000011 11100 11011

Color Harmonies of #315738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315738

Black with #315738

Text Example


Text Example

White with #315738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315738; }

 p { color: rgb(49,87,56); }

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

background-color css

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

 a { background-color: rgb(49,87,56); }

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

border-color css

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

 span { border-color: rgb(49,87,56); }

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