Html Css Color HEX #316539 Hunter Green

📋 copy color: '#316539'

red 49 ◦ green 101 ◦ blue 57

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

Shades of Hunter Green #316539

Tints of Hunter Green #316539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.79%

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

R = 23.67%
G = 48.79%
B = 27.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#316539 (or 0x316539) is known color: Hunter Green. HEX triplet: 31, 65 and 39. RGB value is (49,101,57). Sum of RGB (Red+Green+Blue) = 49+101+57=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #316539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316539 is #CE9AC6. Grayscale: #505050. Windows color (decimal): -13540039 or 3761457. OLE color: 3761457.

HSL color Cylindrical-coordinate representation of color #316539: hue angle of 129.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316539 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 57 -
CMYK 0.51 0 0.44 0.60
HSL 129.23º 0.35% 0.29% -
HSV(B) 129.23º 0.51% 0.4% -
XYZ 6.66 10.26 5.5 -
YUV 80.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 49 101 57 0.51 0 0.44 0.60 129.23 0.35 0.29
Hex 31 65 39 33 0 2C 3C 81 23 1D
Octal 61 145 71 63 0 54 74 201 43 35
Binary 110001 1100101 111001 110011 0 101100 111100 10000001 100011 11101

Color Harmonies of #316539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316539

Black with #316539

Text Example


Text Example

White with #316539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316539; }

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

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

background-color css

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

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

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

border-color css

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

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

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