Html Css Color HEX #536301 Verdun Green

📋 copy color: '#536301'

red 83 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #536301

Tints of Verdun Green #536301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

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

R = 45.36%
G = 54.1%
B = 0.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#536301 (or 0x536301) is known color: Verdun Green. HEX triplet: 53, 63 and 01. RGB value is (83,99,1). Sum of RGB (Red+Green+Blue) = 83+99+1=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #536301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536301 is #AC9CFE. Grayscale: #535353. Windows color (decimal): -11312383 or 90963. OLE color: 90963.

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

Color convert

RGB 83 99 1 -
CMYK 0.16 0 0.99 0.61
HSL 69.8º 0.98% 0.2% -
HSV(B) 69.8º 0.99% 0.39% -
XYZ 8.03 10.76 1.68 -
YUV 83.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 83 99 1 0.16 0 0.99 0.61 69.8 0.98 0.2
Hex 53 63 1 10 0 63 3D 46 62 14
Octal 123 143 1 20 0 143 75 106 142 24
Binary 1010011 1100011 1 10000 0 1100011 111101 1000110 1100010 10100

Color Harmonies of #536301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536301

Black with #536301

Text Example


Text Example

White with #536301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536301; }

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

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

background-color css

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

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

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

border-color css

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

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

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