#525411

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

Shades of Verdun Green #525411

Tints of Verdun Green #525411

Color information

#525411 (or 0x525411) is unknown color: approx Verdun Green. HEX triplet: 52, 54 and 11. RGB value is (82,84,17). Sum of RGB (Red+Green+Blue) = 82+84+17=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #525411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525411 is #ADABEE. Grayscale: #4C4C4C. Windows color (decimal): -11381743 or 1135698. OLE color: 1135698.

HSL color Cylindrical-coordinate representation of color #525411: hue angle of 61.79º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #525411 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB828417-
CMYK0.0200.800.67
HSL61.79º66.34%19.8%-
HSV(B)61.79º79.76%32.94%-
XYZ6.758.171.75-
YUV75.7694.84132.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=44.81%
G=45.90%
B=9.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284170.0200.800.6761.7966.3419.8
Hex5254112050433e4214
Octal12212421201201037610224
Binary101001010101001000110010100001000011111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525411; }

 p { color: rgb(82,84,17); }

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

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

 a { background-color: rgb(82,84,17); }

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

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

 span { border-color: rgb(82,84,17); }

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