#525710

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

Shades of Verdun Green #525710

Tints of Verdun Green #525710

Color information

#525710 (or 0x525710) is unknown color: approx Verdun Green. HEX triplet: 52, 57 and 10. RGB value is (82,87,16). Sum of RGB (Red+Green+Blue) = 82+87+16=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #525710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525710 is #ADA8EF. Grayscale: #4D4D4D. Windows color (decimal): -11380976 or 1070930. OLE color: 1070930.

HSL color Cylindrical-coordinate representation of color #525710: hue angle of 64.23º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #525710 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB828716-
CMYK0.0600.820.66
HSL64.23º68.93%20.2%-
HSV(B)64.23º81.61%34.12%-
XYZ6.988.651.79-
YUV77.4193.34131.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=44.32%
G=47.03%
B=8.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287160.0600.820.6664.2368.9320.2
Hex525710605242404514
Octal122127206012210210010524
Binary10100101010111100001100101001010000101000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525710; }

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

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

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

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

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

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

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

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