Html Css Color HEX #316302 Verdun Green

📋 copy color: '#316302'

red 49 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #316302

Tints of Verdun Green #316302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66%

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

R = 32.67%
G = 66%
B = 1.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#316302 (or 0x316302) is known color: Verdun Green. HEX triplet: 31, 63 and 02. RGB value is (49,99,2). Sum of RGB (Red+Green+Blue) = 49+99+2=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #316302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316302 is #CE9CFD. Grayscale: #494949. Windows color (decimal): -13540606 or 156465. OLE color: 156465.

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

Color convert

RGB 49 99 2 -
CMYK 0.51 0 0.98 0.61
HSL 90.93º 0.96% 0.2% -
HSV(B) 90.93º 0.98% 0.39% -
XYZ 5.74 9.58 1.6 -
YUV 72.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 49 99 2 0.51 0 0.98 0.61 90.93 0.96 0.2
Hex 31 63 2 33 0 62 3D 5B 60 14
Octal 61 143 2 63 0 142 75 133 140 24
Binary 110001 1100011 10 110011 0 1100010 111101 1011011 1100000 10100

Color Harmonies of #316302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316302

Black with #316302

Text Example


Text Example

White with #316302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316302; }

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

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

background-color css

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

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

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

border-color css

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

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

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