Html Css Color HEX #505515 Verdun Green

📋 copy color: '#505515'

red 80 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #505515

Tints of Verdun Green #505515

RGB

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

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

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

R = 43.01%
G = 45.7%
B = 11.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#505515 (or 0x505515) is known color: Verdun Green. HEX triplet: 50, 55 and 15. RGB value is (80,85,21). Sum of RGB (Red+Green+Blue) = 80+85+21=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #505515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505515 is #AFAAEA. Grayscale: #4C4C4C. Windows color (decimal): -11512555 or 1398096. OLE color: 1398096.

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

Color convert

RGB 80 85 21 -
CMYK 0.06 0 0.75 0.67
HSL 64.69º 0.6% 0.21% -
HSV(B) 64.69º 0.75% 0.33% -
XYZ 6.69 8.26 1.95 -
YUV 76.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 80 85 21 0.06 0 0.75 0.67 64.69 0.6 0.21
Hex 50 55 15 6 0 4B 43 41 3C 15
Octal 120 125 25 6 0 113 103 101 74 25
Binary 1010000 1010101 10101 110 0 1001011 1000011 1000001 111100 10101

Color Harmonies of #505515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505515

Black with #505515

Text Example


Text Example

White with #505515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505515; }

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

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

background-color css

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

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

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

border-color css

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

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

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