#50550B

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

Shades of Verdun Green #50550B

Tints of Verdun Green #50550B

Color information

#50550B (or 0x50550B) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 0B. RGB value is (80,85,11). Sum of RGB (Red+Green+Blue) = 80+85+11=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #50550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50550B is #AFAAF4. Grayscale: #4B4B4B. Windows color (decimal): -11512565 or 742736. OLE color: 742736.

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

Color convert

RGB808511-
CMYK0.0600.870.67
HSL64.05º77.08%18.82%-
HSV(B)64.05º87.06%33.33%-
XYZ6.628.231.56-
YUV75.0791.84131.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=45.45%
G=48.30%
B=6.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085110.0600.870.6764.0577.0818.82
Hex5055B605743404d13
Octal120125136012710310011523
Binary1010000101010110111100101011110000111000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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