#535F01

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

Shades of Verdun Green #535F01

Tints of Verdun Green #535F01

Color information

#535F01 (or 0x535F01) is unknown color: approx Verdun Green. HEX triplet: 53, 5F and 01. RGB value is (83,95,1). Sum of RGB (Red+Green+Blue) = 83+95+1=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #535F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535F01 is #ACA0FE. Grayscale: #515151. Windows color (decimal): -11313407 or 89939. OLE color: 89939.

HSL color Cylindrical-coordinate representation of color #535F01: hue angle of 67.66º 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 #535F01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB83951-
CMYK0.1300.990.63
HSL67.66º97.92%18.82%-
HSV(B)67.66º98.95%37.25%-
XYZ7.6610.031.56-
YUV80.783.02129.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 95 (37.5% from 255) = 53.07%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=46.37%
G=53.07%
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
Decimal839510.1300.990.6367.6697.9218.82
Hex535F1D0633F446213
Octal12313711501437710414223
Binary1010011101111111101011000111111111000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535F01; }

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

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

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

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

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

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

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

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