Html Css Color HEX #536401 Verdun Green

📋 copy color: '#536401'

red 83 ◦ green 100 ◦ blue 1

#536401
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #536401

Tints of Verdun Green #536401

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 100 (39.45% from 255) = 54.35%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 45.11%
G = 54.35%
B = 0.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#536401 (or 0x536401) is known color: Verdun Green. HEX triplet: 53, 64 and 01. RGB value is (83,100,1). Sum of RGB (Red+Green+Blue) = 83+100+1=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #536401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536401 is #AC9BFE. Grayscale: #545454. Windows color (decimal): -11312127 or 91219. OLE color: 91219.

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

Color convert

RGB 83 100 1 -
CMYK 0.17 0 0.99 0.61
HSL 70.3º 0.98% 0.2% -
HSV(B) 70.3º 0.99% 0.39% -
XYZ 8.13 10.96 1.71 -
YUV 83.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 83 100 1 0.17 0 0.99 0.61 70.3 0.98 0.2
Hex 53 64 1 11 0 63 3D 46 62 14
Octal 123 144 1 21 0 143 75 106 142 24
Binary 1010011 1100100 1 10001 0 1100011 111101 1000110 1100010 10100

Color Harmonies of #536401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536401

Black with #536401

Text Example


Text Example

White with #536401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536401; }

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

 H1.HeaderClassName
 {
   color: #536401;
 }
 .AnyTagClassName
 {
   color: #536401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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