#50580C

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

Shades of Verdun Green #50580C

Tints of Verdun Green #50580C

Color information

#50580C (or 0x50580C) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 0C. RGB value is (80,88,12). Sum of RGB (Red+Green+Blue) = 80+88+12=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #50580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50580C is #AFA7F3. Grayscale: #4D4D4D. Windows color (decimal): -11511796 or 809040. OLE color: 809040.

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

Color convert

RGB808812-
CMYK0.0900.860.65
HSL66.32º76%19.61%-
HSV(B)66.32º86.36%34.51%-
XYZ6.868.711.67-
YUV76.9491.35130.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=44.44%
G=48.89%
B=6.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088120.0900.860.6566.327619.61
Hex5058C905641424c14
Octal1201301411012610110211424
Binary10100001011000110010010101011010000011000010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50580C; }

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

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

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

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

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

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

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

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