#525A10

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

Shades of Verdun Green #525A10

Tints of Verdun Green #525A10

Color information

#525A10 (or 0x525A10) is unknown color: approx Verdun Green. HEX triplet: 52, 5A and 10. RGB value is (82,90,16). Sum of RGB (Red+Green+Blue) = 82+90+16=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #525A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A10 is #ADA5EF. Grayscale: #4F4F4F. Windows color (decimal): -11380208 or 1071698. OLE color: 1071698.

HSL color Cylindrical-coordinate representation of color #525A10: hue angle of 66.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #525A10 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB829016-
CMYK0.0900.820.65
HSL66.49º69.81%20.78%-
HSV(B)66.49º82.22%35.29%-
XYZ7.239.141.87-
YUV79.1792.35130.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=43.62%
G=47.87%
B=8.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290160.0900.820.6566.4969.8120.78
Hex525A10905241424615
Octal1221322011012210110210625
Binary101001010110101000010010101001010000011000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525A10; }

 p { color: rgb(82,90,16); }

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

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

 a { background-color: rgb(82,90,16); }

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

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

 span { border-color: rgb(82,90,16); }

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