Html Css Color HEX #316502 Verdun Green

📋 copy color: '#316502'

red 49 ◦ green 101 ◦ blue 2

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

Shades of Verdun Green #316502

Tints of Verdun Green #316502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 32.24%
G = 66.45%
B = 1.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#316502 (or 0x316502) is known color: Verdun Green. HEX triplet: 31, 65 and 02. RGB value is (49,101,2). Sum of RGB (Red+Green+Blue) = 49+101+2=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #316502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316502 is #CE9AFD. Grayscale: #4A4A4A. Windows color (decimal): -13540094 or 156977. OLE color: 156977.

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

Color convert

RGB 49 101 2 -
CMYK 0.51 0 0.98 0.60
HSL 91.52º 0.96% 0.2% -
HSV(B) 91.52º 0.98% 0.4% -
XYZ 5.93 9.96 1.67 -
YUV 74.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 49 101 2 0.51 0 0.98 0.60 91.52 0.96 0.2
Hex 31 65 2 33 0 62 3C 5C 60 14
Octal 61 145 2 63 0 142 74 134 140 24
Binary 110001 1100101 10 110011 0 1100010 111100 1011100 1100000 10100

Color Harmonies of #316502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316502

Black with #316502

Text Example


Text Example

White with #316502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316502; }

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

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

background-color css

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

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

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

border-color css

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

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

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