Html Css Color HEX #316505 Verdun Green

📋 copy color: '#316505'

red 49 ◦ green 101 ◦ blue 5

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

Shades of Verdun Green #316505

Tints of Verdun Green #316505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 65.16%

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

R = 31.61%
G = 65.16%
B = 3.23%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#316505 (or 0x316505) is known color: Verdun Green. HEX triplet: 31, 65 and 05. RGB value is (49,101,5). Sum of RGB (Red+Green+Blue) = 49+101+5=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #316505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316505 is #CE9AFA. Grayscale: #4A4A4A. Windows color (decimal): -13540091 or 353585. OLE color: 353585.

HSL color Cylindrical-coordinate representation of color #316505: hue angle of 92.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #316505 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 5 -
CMYK 0.51 0 0.95 0.60
HSL 92.5º 0.91% 0.21% -
HSV(B) 92.5º 0.95% 0.4% -
XYZ 5.95 9.97 1.75 -
YUV 74.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 49 101 5 0.51 0 0.95 0.60 92.5 0.91 0.21
Hex 31 65 5 33 0 5F 3C 5C 5B 15
Octal 61 145 5 63 0 137 74 134 133 25
Binary 110001 1100101 101 110011 0 1011111 111100 1011100 1011011 10101

Color Harmonies of #316505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316505

Black with #316505

Text Example


Text Example

White with #316505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316505; }

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

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

background-color css

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

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

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

border-color css

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

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

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