Html Css Color HEX #315905 Verdun Green

📋 copy color: '#315905'

red 49 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #315905

Tints of Verdun Green #315905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.24%

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 34.27%
G = 62.24%
B = 3.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#315905 (or 0x315905) is known color: Verdun Green. HEX triplet: 31, 59 and 05. RGB value is (49,89,5). Sum of RGB (Red+Green+Blue) = 49+89+5=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #315905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315905 is #CEA6FA. Grayscale: #434343. Windows color (decimal): -13543163 or 350513. OLE color: 350513.

HSL color Cylindrical-coordinate representation of color #315905: hue angle of 88.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315905 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 5 -
CMYK 0.45 0 0.94 0.65
HSL 88.57º 0.89% 0.18% -
HSV(B) 88.57º 0.94% 0.35% -
XYZ 4.87 7.81 1.39 -
YUV 67.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 49 89 5 0.45 0 0.94 0.65 88.57 0.89 0.18
Hex 31 59 5 2D 0 5E 41 59 59 12
Octal 61 131 5 55 0 136 101 131 131 22
Binary 110001 1011001 101 101101 0 1011110 1000001 1011001 1011001 10010

Color Harmonies of #315905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315905

Black with #315905

Text Example


Text Example

White with #315905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315905; }

 p { color: rgb(49,89,5); }

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

background-color css

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

 a { background-color: rgb(49,89,5); }

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

border-color css

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

 span { border-color: rgb(49,89,5); }

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