#526810

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

Shades of Verdun Green #526810

Tints of Verdun Green #526810

Color information

#526810 (or 0x526810) is unknown color: approx Verdun Green. HEX triplet: 52, 68 and 10. RGB value is (82,104,16). Sum of RGB (Red+Green+Blue) = 82+104+16=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #526810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526810 is #AD97EF. Grayscale: #575757. Windows color (decimal): -11376624 or 1075282. OLE color: 1075282.

HSL color Cylindrical-coordinate representation of color #526810: hue angle of 75º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #526810 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB8210416-
CMYK0.2100.850.59
HSL75º73.33%23.53%-
HSV(B)75º84.62%40.78%-
XYZ8.5211.732.31-
YUV87.3987.71124.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=40.59%
G=51.49%
B=7.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104160.2100.850.597573.3323.53
Hex526810150553B4b4918
Octal122150202501257311311130
Binary101001011010001000010101010101011110111001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526810; }

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

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

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

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

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

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

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

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