#505C0D

Color #505C0D Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #505C0D

Tints of Verdun Green #505C0D

Color information

#505C0D (or 0x505C0D) is unknown color: approx Verdun Green. HEX triplet: 50, 5C and 0D. RGB value is (80,92,13). Sum of RGB (Red+Green+Blue) = 80+92+13=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #505C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C0D is #AFA3F2. Grayscale: #4F4F4F. Windows color (decimal): -11510771 or 875600. OLE color: 875600.

HSL color Cylindrical-coordinate representation of color #505C0D: hue angle of 69.11º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #505C0D is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB809213-
CMYK0.1300.860.64
HSL69.11º75.24%20.59%-
HSV(B)69.11º85.87%36.08%-
XYZ7.219.391.81-
YUV79.4190.52128.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 92 (36.33% from 255) = 49.73%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=43.24%
G=49.73%
B=7.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092130.1300.860.6469.1175.2420.59
Hex505CDD05640454b15
Octal1201341515012610010511325
Binary10100001011100110111010101011010000001000101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C0D; }

 p { color: rgb(80,92,13); }

 H1.HeaderClassName
 {
   color: #505C0D;
 }
 .AnyTagClassName
 {
   color: #505C0D;
 }
</style>
background-color css

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

 a { background-color: rgb(80,92,13); }

 div.DivClassName
 {
   background-color: #505C0D;
 }
 .BgClassName
 {
   background-color: #505C0D;
 }
</style>
border-color css

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

 span { border-color: rgb(80,92,13); }

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