#50660F

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

Shades of Verdun Green #50660F

Tints of Verdun Green #50660F

Color information

#50660F (or 0x50660F) is unknown color: approx Verdun Green. HEX triplet: 50, 66 and 0F. RGB value is (80,102,15). Sum of RGB (Red+Green+Blue) = 80+102+15=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #50660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50660F is #AF99F0. Grayscale: #555555. Windows color (decimal): -11508209 or 1009232. OLE color: 1009232.

HSL color Cylindrical-coordinate representation of color #50660F: hue angle of 75.17º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50660F is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB8010215-
CMYK0.2200.850.6
HSL75.17º74.36%22.94%-
HSV(B)75.17º85.29%40%-
XYZ8.1511.242.19-
YUV85.588.21124.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=40.61%
G=51.78%
B=7.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102150.2200.850.675.1774.3622.94
Hex5066F160553C4b4a17
Octal120146172601257411311227
Binary10100001100110111110110010101011111001001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50660F; }

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

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

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

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

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

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

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

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