Html Css Color HEX #316441 Hunter Green

📋 copy color: '#316441'

red 49 ◦ green 100 ◦ blue 65

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

Shades of Hunter Green #316441

Tints of Hunter Green #316441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 22.9%
G = 46.73%
B = 30.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#316441 (or 0x316441) is known color: Hunter Green. HEX triplet: 31, 64 and 41. RGB value is (49,100,65). Sum of RGB (Red+Green+Blue) = 49+100+65=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #316441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316441 is #CE9BBE. Grayscale: #505050. Windows color (decimal): -13540287 or 4285489. OLE color: 4285489.

HSL color Cylindrical-coordinate representation of color #316441: hue angle of 138.82º 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 #316441 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 65 -
CMYK 0.51 0 0.35 0.61
HSL 138.82º 0.34% 0.29% -
HSV(B) 138.82º 0.51% 0.39% -
XYZ 6.78 10.15 6.6 -
YUV 80.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 49 100 65 0.51 0 0.35 0.61 138.82 0.34 0.29
Hex 31 64 41 33 0 23 3D 8B 22 1D
Octal 61 144 101 63 0 43 75 213 42 35
Binary 110001 1100100 1000001 110011 0 100011 111101 10001011 100010 11101

Color Harmonies of #316441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316441

Black with #316441

Text Example


Text Example

White with #316441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316441; }

 p { color: rgb(49,100,65); }

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

background-color css

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

 a { background-color: rgb(49,100,65); }

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

border-color css

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

 span { border-color: rgb(49,100,65); }

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