Html Css Color HEX #315E3C Hunter Green

📋 copy color: '#315E3C'

red 49 ◦ green 94 ◦ blue 60

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

Shades of Hunter Green #315E3C

Tints of Hunter Green #315E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 24.14%
G = 46.31%
B = 29.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#315E3C (or 0x315E3C) is known color: Hunter Green. HEX triplet: 31, 5E and 3C. RGB value is (49,94,60). Sum of RGB (Red+Green+Blue) = 49+94+60=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #315E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E3C is #CEA1C3. Grayscale: #4C4C4C. Windows color (decimal): -13541828 or 3956273. OLE color: 3956273.

HSL color Cylindrical-coordinate representation of color #315E3C: hue angle of 134.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315E3C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 94 60 -
CMYK 0.48 0 0.36 0.63
HSL 134.67º 0.31% 0.28% -
HSV(B) 134.67º 0.48% 0.37% -
XYZ 6.08 8.98 5.69 -
YUV 76.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 49 94 60 0.48 0 0.36 0.63 134.67 0.31 0.28
Hex 31 5E 3C 30 0 24 3F 87 1F 1C
Octal 61 136 74 60 0 44 77 207 37 34
Binary 110001 1011110 111100 110000 0 100100 111111 10000111 11111 11100

Color Harmonies of #315E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E3C

Black with #315E3C

Text Example


Text Example

White with #315E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315E3C; }

 p { color: rgb(49,94,60); }

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

background-color css

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

 a { background-color: rgb(49,94,60); }

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

border-color css

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

 span { border-color: rgb(49,94,60); }

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