Html Css Color HEX #505812 Verdun Green

📋 copy color: '#505812'

red 80 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #505812

Tints of Verdun Green #505812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.31%

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

R = 43.01%
G = 47.31%
B = 9.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#505812 (or 0x505812) is known color: Verdun Green. HEX triplet: 50, 58 and 12. RGB value is (80,88,18). Sum of RGB (Red+Green+Blue) = 80+88+18=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #505812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505812 is #AFA7ED. Grayscale: #4D4D4D. Windows color (decimal): -11511790 or 1202256. OLE color: 1202256.

HSL color Cylindrical-coordinate representation of color #505812: hue angle of 66.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #505812 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 18 -
CMYK 0.09 0 0.80 0.65
HSL 66.86º 0.66% 0.21% -
HSV(B) 66.86º 0.8% 0.35% -
XYZ 6.91 8.73 1.89 -
YUV 77.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 80 88 18 0.09 0 0.80 0.65 66.86 0.66 0.21
Hex 50 58 12 9 0 50 41 43 42 15
Octal 120 130 22 11 0 120 101 103 102 25
Binary 1010000 1011000 10010 1001 0 1010000 1000001 1000011 1000010 10101

Color Harmonies of #505812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505812

Black with #505812

Text Example


Text Example

White with #505812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505812; }

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

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

background-color css

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

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

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

border-color css

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

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

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