Html Css Color HEX #316339 Hunter Green

📋 copy color: '#316339'

red 49 ◦ green 99 ◦ blue 57

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

Shades of Hunter Green #316339

Tints of Hunter Green #316339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.29%

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

R = 23.9%
G = 48.29%
B = 27.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#316339 (or 0x316339) is known color: Hunter Green. HEX triplet: 31, 63 and 39. RGB value is (49,99,57). Sum of RGB (Red+Green+Blue) = 49+99+57=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #316339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316339 is #CE9CC6. Grayscale: #4F4F4F. Windows color (decimal): -13540551 or 3760945. OLE color: 3760945.

HSL color Cylindrical-coordinate representation of color #316339: hue angle of 129.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316339 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 57 -
CMYK 0.51 0 0.42 0.61
HSL 129.6º 0.34% 0.29% -
HSV(B) 129.6º 0.51% 0.39% -
XYZ 6.47 9.87 5.44 -
YUV 79.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 49 99 57 0.51 0 0.42 0.61 129.6 0.34 0.29
Hex 31 63 39 33 0 2A 3D 82 22 1D
Octal 61 143 71 63 0 52 75 202 42 35
Binary 110001 1100011 111001 110011 0 101010 111101 10000010 100010 11101

Color Harmonies of #316339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316339

Black with #316339

Text Example


Text Example

White with #316339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316339; }

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

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

background-color css

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

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

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

border-color css

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

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

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