#525E01

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

Shades of Verdun Green #525E01

Tints of Verdun Green #525E01

Color information

#525E01 (or 0x525E01) is unknown color: approx Verdun Green. HEX triplet: 52, 5E and 01. RGB value is (82,94,1). Sum of RGB (Red+Green+Blue) = 82+94+1=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #525E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525E01 is #ADA1FE. Grayscale: #505050. Windows color (decimal): -11379199 or 89682. OLE color: 89682.

HSL color Cylindrical-coordinate representation of color #525E01: hue angle of 67.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #525E01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB82941-
CMYK0.1300.990.63
HSL67.74º97.89%18.63%-
HSV(B)67.74º98.94%36.86%-
XYZ7.499.81.53-
YUV79.8183.52129.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.33%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=46.33%
G=53.11%
B=0.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal829410.1300.990.6367.7497.8918.63
Hex525E1D0633F446213
Octal12213611501437710414223
Binary1010010101111011101011000111111111000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525E01; }

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

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

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

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

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

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

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

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