Html Css Color HEX #506312 Verdun Green

📋 copy color: '#506312'

red 80 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #506312

Tints of Verdun Green #506312

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 40.61%
G = 50.25%
B = 9.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#506312 (or 0x506312) is known color: Verdun Green. HEX triplet: 50, 63 and 12. RGB value is (80,99,18). Sum of RGB (Red+Green+Blue) = 80+99+18=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #506312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506312 is #AF9CED. Grayscale: #545454. Windows color (decimal): -11508974 or 1205072. OLE color: 1205072.

HSL color Cylindrical-coordinate representation of color #506312: hue angle of 74.07º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506312 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 18 -
CMYK 0.19 0 0.82 0.61
HSL 74.07º 0.69% 0.23% -
HSV(B) 74.07º 0.82% 0.39% -
XYZ 7.88 10.67 2.22 -
YUV 84.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 80 99 18 0.19 0 0.82 0.61 74.07 0.69 0.23
Hex 50 63 12 13 0 52 3D 4A 45 17
Octal 120 143 22 23 0 122 75 112 105 27
Binary 1010000 1100011 10010 10011 0 1010010 111101 1001010 1000101 10111

Color Harmonies of #506312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506312

Black with #506312

Text Example


Text Example

White with #506312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506312; }

 p { color: rgb(80,99,18); }

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

background-color css

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

 a { background-color: rgb(80,99,18); }

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

border-color css

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

 span { border-color: rgb(80,99,18); }

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