Html Css Color HEX #505815 Verdun Green

📋 copy color: '#505815'

red 80 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #505815

Tints of Verdun Green #505815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 42.33%
G = 46.56%
B = 11.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#505815 (or 0x505815) is known color: Verdun Green. HEX triplet: 50, 58 and 15. RGB value is (80,88,21). Sum of RGB (Red+Green+Blue) = 80+88+21=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #505815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505815 is #AFA7EA. Grayscale: #4E4E4E. Windows color (decimal): -11511787 or 1398864. OLE color: 1398864.

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

Color convert

RGB 80 88 21 -
CMYK 0.09 0 0.76 0.65
HSL 67.16º 0.61% 0.21% -
HSV(B) 67.16º 0.76% 0.35% -
XYZ 6.93 8.74 2.03 -
YUV 77.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 80 88 21 0.09 0 0.76 0.65 67.16 0.61 0.21
Hex 50 58 15 9 0 4C 41 43 3D 15
Octal 120 130 25 11 0 114 101 103 75 25
Binary 1010000 1011000 10101 1001 0 1001100 1000001 1000011 111101 10101

Color Harmonies of #505815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505815

Black with #505815

Text Example


Text Example

White with #505815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505815; }

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

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

background-color css

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

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

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

border-color css

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

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

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