#525401

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

Shades of Verdun Green #525401

Tints of Verdun Green #525401

Color information

#525401 (or 0x525401) is unknown color: approx Verdun Green. HEX triplet: 52, 54 and 01. RGB value is (82,84,1). Sum of RGB (Red+Green+Blue) = 82+84+1=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #525401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525401 is #ADABFE. Grayscale: #4A4A4A. Windows color (decimal): -11381759 or 87122. OLE color: 87122.

HSL color Cylindrical-coordinate representation of color #525401: hue angle of 61.45º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #525401 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB82841-
CMYK0.0200.990.67
HSL61.45º97.65%16.67%-
HSV(B)61.45º98.81%32.94%-
XYZ6.668.141.25-
YUV73.9486.84133.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=49.10%
G=50.30%
B=0.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828410.0200.990.6761.4597.6516.67
Hex525412063433d6211
Octal1221241201431037514221
Binary10100101010100110011000111000011111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525401; }

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

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

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

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

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

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

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

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