Html Css Color HEX #505512 Verdun Green

📋 copy color: '#505512'

red 80 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #505512

Tints of Verdun Green #505512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 43.72%
G = 46.45%
B = 9.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#505512 (or 0x505512) is known color: Verdun Green. HEX triplet: 50, 55 and 12. RGB value is (80,85,18). Sum of RGB (Red+Green+Blue) = 80+85+18=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #505512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505512 is #AFAAED. Grayscale: #4C4C4C. Windows color (decimal): -11512558 or 1201488. OLE color: 1201488.

HSL color Cylindrical-coordinate representation of color #505512: hue angle of 64.48º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #505512 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 18 -
CMYK 0.06 0 0.79 0.67
HSL 64.48º 0.65% 0.2% -
HSV(B) 64.48º 0.79% 0.33% -
XYZ 6.67 8.25 1.81 -
YUV 75.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 80 85 18 0.06 0 0.79 0.67 64.48 0.65 0.2
Hex 50 55 12 6 0 4F 43 40 41 14
Octal 120 125 22 6 0 117 103 100 101 24
Binary 1010000 1010101 10010 110 0 1001111 1000011 1000000 1000001 10100

Color Harmonies of #505512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505512

Black with #505512

Text Example


Text Example

White with #505512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505512; }

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

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

background-color css

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

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

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

border-color css

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

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

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