#50550E

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

Shades of Verdun Green #50550E

Tints of Verdun Green #50550E

Color information

#50550E (or 0x50550E) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 0E. RGB value is (80,85,14). Sum of RGB (Red+Green+Blue) = 80+85+14=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #50550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50550E is #AFAAF1. Grayscale: #4B4B4B. Windows color (decimal): -11512562 or 939344. OLE color: 939344.

HSL color Cylindrical-coordinate representation of color #50550E: hue angle of 64.23º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50550E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB808514-
CMYK0.0600.840.67
HSL64.23º71.72%19.41%-
HSV(B)64.23º83.53%33.33%-
XYZ6.648.231.66-
YUV75.4193.34131.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=44.69%
G=47.49%
B=7.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085140.0600.840.6764.2371.7219.41
Hex5055E605443404813
Octal120125166012410310011023
Binary1010000101010111101100101010010000111000000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50550E; }

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

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

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

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

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

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

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

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