#526A02

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

Shades of Verdun Green #526A02

Tints of Verdun Green #526A02

Color information

#526A02 (or 0x526A02) is unknown color: approx Verdun Green. HEX triplet: 52, 6A and 02. RGB value is (82,106,2). Sum of RGB (Red+Green+Blue) = 82+106+2=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #526A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526A02 is #AD95FD. Grayscale: #575757. Windows color (decimal): -11376126 or 158290. OLE color: 158290.

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

Color convert

RGB821062-
CMYK0.2300.980.58
HSL73.85º96.3%21.18%-
HSV(B)73.85º98.11%41.57%-
XYZ8.6412.111.94-
YUV86.9780.05124.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 106 (41.80% from 255) = 55.79%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=43.16%
G=55.79%
B=1.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8210620.2300.980.5873.8596.321.18
Hex526A2170623A4a6015
Octal12215222701427211214025
Binary101001011010101010111011000101110101001010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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