Html Css Color HEX #315D3C Hunter Green

📋 copy color: '#315D3C'

red 49 ◦ green 93 ◦ blue 60

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

Shades of Hunter Green #315D3C

Tints of Hunter Green #315D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

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

R = 24.26%
G = 46.04%
B = 29.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#315D3C (or 0x315D3C) is known color: Hunter Green. HEX triplet: 31, 5D and 3C. RGB value is (49,93,60). Sum of RGB (Red+Green+Blue) = 49+93+60=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3C is #CEA2C3. Grayscale: #4C4C4C. Windows color (decimal): -13542084 or 3956017. OLE color: 3956017.

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

Color convert

RGB 49 93 60 -
CMYK 0.47 0 0.35 0.64
HSL 135º 0.31% 0.28% -
HSV(B) 135º 0.47% 0.36% -
XYZ 6 8.81 5.66 -
YUV 76.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 49 93 60 0.47 0 0.35 0.64 135 0.31 0.28
Hex 31 5D 3C 2F 0 23 40 87 1F 1C
Octal 61 135 74 57 0 43 100 207 37 34
Binary 110001 1011101 111100 101111 0 100011 1000000 10000111 11111 11100

Color Harmonies of #315D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D3C

Black with #315D3C

Text Example


Text Example

White with #315D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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