Html Css Color HEX #505212 Verdun Green

📋 copy color: '#505212'

red 80 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #505212

Tints of Verdun Green #505212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 44.44%
G = 45.56%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#505212 (or 0x505212) is known color: Verdun Green. HEX triplet: 50, 52 and 12. RGB value is (80,82,18). Sum of RGB (Red+Green+Blue) = 80+82+18=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #505212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505212 is #AFADED. Grayscale: #4A4A4A. Windows color (decimal): -11513326 or 1200720. OLE color: 1200720.

HSL color Cylindrical-coordinate representation of color #505212: hue angle of 61.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #505212 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 18 -
CMYK 0.02 0 0.78 0.68
HSL 61.88º 0.64% 0.2% -
HSV(B) 61.88º 0.78% 0.32% -
XYZ 6.43 7.78 1.74 -
YUV 74.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 80 82 18 0.02 0 0.78 0.68 61.88 0.64 0.2
Hex 50 52 12 2 0 4E 44 3E 40 14
Octal 120 122 22 2 0 116 104 76 100 24
Binary 1010000 1010010 10010 10 0 1001110 1000100 111110 1000000 10100

Color Harmonies of #505212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505212

Black with #505212

Text Example


Text Example

White with #505212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505212; }

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

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

background-color css

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

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

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

border-color css

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

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

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