Html Css Color HEX #316741 Hunter Green

📋 copy color: '#316741'

red 49 ◦ green 103 ◦ blue 65

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

Shades of Hunter Green #316741

Tints of Hunter Green #316741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.47%

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

R = 22.58%
G = 47.47%
B = 29.95%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#316741 (or 0x316741) is known color: Hunter Green. HEX triplet: 31, 67 and 41. RGB value is (49,103,65). Sum of RGB (Red+Green+Blue) = 49+103+65=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #316741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316741 is #CE98BE. Grayscale: #525252. Windows color (decimal): -13539519 or 4286257. OLE color: 4286257.

HSL color Cylindrical-coordinate representation of color #316741: hue angle of 137.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316741 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 65 -
CMYK 0.52 0 0.37 0.60
HSL 137.78º 0.36% 0.3% -
HSV(B) 137.78º 0.52% 0.4% -
XYZ 7.07 10.74 6.7 -
YUV 82.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 49 103 65 0.52 0 0.37 0.60 137.78 0.36 0.3
Hex 31 67 41 34 0 25 3C 8A 24 1E
Octal 61 147 101 64 0 45 74 212 44 36
Binary 110001 1100111 1000001 110100 0 100101 111100 10001010 100100 11110

Color Harmonies of #316741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316741

Black with #316741

Text Example


Text Example

White with #316741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316741; }

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

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

background-color css

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

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

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

border-color css

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

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

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