#505C0F

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

Shades of Verdun Green #505C0F

Tints of Verdun Green #505C0F

Color information

#505C0F (or 0x505C0F) is unknown color: approx Verdun Green. HEX triplet: 50, 5C and 0F. RGB value is (80,92,15). Sum of RGB (Red+Green+Blue) = 80+92+15=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #505C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C0F is #AFA3F0. Grayscale: #4F4F4F. Windows color (decimal): -11510769 or 1006672. OLE color: 1006672.

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

Color convert

RGB809215-
CMYK0.1300.840.64
HSL69.35º71.96%20.98%-
HSV(B)69.35º83.7%36.08%-
XYZ7.229.391.88-
YUV79.6391.52128.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 92 (36.33% from 255) = 49.20%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=42.78%
G=49.20%
B=8.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092150.1300.840.6469.3571.9620.98
Hex505CFD05440454815
Octal1201341715012410010511025
Binary10100001011100111111010101010010000001000101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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