#535401

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

Shades of Verdun Green #535401

Tints of Verdun Green #535401

Color information

#535401 (or 0x535401) is unknown color: approx Verdun Green. HEX triplet: 53, 54 and 01. RGB value is (83,84,1). Sum of RGB (Red+Green+Blue) = 83+84+1=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #535401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535401 is #ACABFE. Grayscale: #4A4A4A. Windows color (decimal): -11316223 or 87123. OLE color: 87123.

HSL color Cylindrical-coordinate representation of color #535401: hue angle of 60.72º 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 #535401 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB83841-
CMYK0.0100.990.67
HSL60.72º97.65%16.67%-
HSV(B)60.72º98.81%32.94%-
XYZ6.748.181.25-
YUV74.2486.67134.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=49.40%
G=50%
B=0.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838410.0100.990.6760.7297.6516.67
Hex535411063433d6211
Octal1231241101431037514221
Binary1010011101010011011000111000011111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535401; }

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

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

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

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

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

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

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

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