#526601

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

Shades of Verdun Green #526601

Tints of Verdun Green #526601

Color information

#526601 (or 0x526601) is unknown color: approx Verdun Green. HEX triplet: 52, 66 and 01. RGB value is (82,102,1). Sum of RGB (Red+Green+Blue) = 82+102+1=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #526601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526601 is #AD99FE. Grayscale: #545454. Windows color (decimal): -11377151 or 91730. OLE color: 91730.

HSL color Cylindrical-coordinate representation of color #526601: hue angle of 71.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #526601 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB821021-
CMYK0.2000.990.6
HSL71.88º98.06%20.2%-
HSV(B)71.88º99.02%40%-
XYZ8.2411.31.78-
YUV84.5180.87126.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=44.32%
G=55.14%
B=0.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8210210.2000.990.671.8898.0620.2
Hex52661140633C486214
Octal12214612401437411014224
Binary10100101100110110100011000111111001001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526601; }

 p { color: rgb(82,102,1); }

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

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

 a { background-color: rgb(82,102,1); }

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

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

 span { border-color: rgb(82,102,1); }

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