Html Css Color HEX #506213 Verdun Green

📋 copy color: '#506213'

red 80 ◦ green 98 ◦ blue 19

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

Shades of Verdun Green #506213

Tints of Verdun Green #506213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.75%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 40.61%
G = 49.75%
B = 9.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#506213 (or 0x506213) is known color: Verdun Green. HEX triplet: 50, 62 and 13. RGB value is (80,98,19). Sum of RGB (Red+Green+Blue) = 80+98+19=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #506213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506213 is #AF9DEC. Grayscale: #535353. Windows color (decimal): -11509229 or 1270352. OLE color: 1270352.

HSL color Cylindrical-coordinate representation of color #506213: hue angle of 73.67º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506213 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 19 -
CMYK 0.18 0 0.81 0.62
HSL 73.67º 0.68% 0.23% -
HSV(B) 73.67º 0.81% 0.38% -
XYZ 7.79 10.49 2.23 -
YUV 83.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 80 98 19 0.18 0 0.81 0.62 73.67 0.68 0.23
Hex 50 62 13 12 0 51 3E 4A 44 17
Octal 120 142 23 22 0 121 76 112 104 27
Binary 1010000 1100010 10011 10010 0 1010001 111110 1001010 1000100 10111

Color Harmonies of #506213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506213

Black with #506213

Text Example


Text Example

White with #506213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506213; }

 p { color: rgb(80,98,19); }

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

background-color css

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

 a { background-color: rgb(80,98,19); }

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

border-color css

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

 span { border-color: rgb(80,98,19); }

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