#526A0C

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

Shades of Verdun Green #526A0C

Tints of Verdun Green #526A0C

Color information

#526A0C (or 0x526A0C) is unknown color: approx Verdun Green. HEX triplet: 52, 6A and 0C. RGB value is (82,106,12). Sum of RGB (Red+Green+Blue) = 82+106+12=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #526A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526A0C is #AD95F3. Grayscale: #585858. Windows color (decimal): -11376116 or 813650. OLE color: 813650.

HSL color Cylindrical-coordinate representation of color #526A0C: hue angle of 75.32º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #526A0C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB8210612-
CMYK0.2300.890.58
HSL75.32º79.66%23.14%-
HSV(B)75.32º88.68%41.57%-
XYZ8.712.132.23-
YUV88.1185.05123.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 12 (5.08% from 255) = 6%
R=41%
G=53%
B=6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106120.2300.890.5875.3279.6623.14
Hex526AC170593A4b5017
Octal122152142701317211312027
Binary10100101101010110010111010110011110101001011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A0C; }

 p { color: rgb(82,106,12); }

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

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

 a { background-color: rgb(82,106,12); }

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

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

 span { border-color: rgb(82,106,12); }

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