Html Css Color HEX #315D3A Hunter Green

📋 copy color: '#315D3A'

red 49 ◦ green 93 ◦ blue 58

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

Shades of Hunter Green #315D3A

Tints of Hunter Green #315D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29%

R = 24.5%
G = 46.5%
B = 29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#315D3A (or 0x315D3A) is known color: Hunter Green. HEX triplet: 31, 5D and 3A. RGB value is (49,93,58). Sum of RGB (Red+Green+Blue) = 49+93+58=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #315D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D3A is #CEA2C5. Grayscale: #4B4B4B. Windows color (decimal): -13542086 or 3824945. OLE color: 3824945.

HSL color Cylindrical-coordinate representation of color #315D3A: hue angle of 132.27º 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 #315D3A is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 58 -
CMYK 0.47 0 0.38 0.64
HSL 132.27º 0.31% 0.28% -
HSV(B) 132.27º 0.47% 0.36% -
XYZ 5.94 8.79 5.39 -
YUV 75.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 49 93 58 0.47 0 0.38 0.64 132.27 0.31 0.28
Hex 31 5D 3A 2F 0 26 40 84 1F 1C
Octal 61 135 72 57 0 46 100 204 37 34
Binary 110001 1011101 111010 101111 0 100110 1000000 10000100 11111 11100

Color Harmonies of #315D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D3A

Black with #315D3A

Text Example


Text Example

White with #315D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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