Html Css Color HEX #536403 Verdun Green

📋 copy color: '#536403'

red 83 ◦ green 100 ◦ blue 3

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

Shades of Verdun Green #536403

Tints of Verdun Green #536403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.61%

R = 44.62%
G = 53.76%
B = 1.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#536403 (or 0x536403) is known color: Verdun Green. HEX triplet: 53, 64 and 03. RGB value is (83,100,3). Sum of RGB (Red+Green+Blue) = 83+100+3=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #536403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536403 is #AC9BFC. Grayscale: #545454. Windows color (decimal): -11312125 or 222291. OLE color: 222291.

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

Color convert

RGB 83 100 3 -
CMYK 0.17 0 0.97 0.61
HSL 70.52º 0.94% 0.2% -
HSV(B) 70.52º 0.97% 0.39% -
XYZ 8.14 10.96 1.77 -
YUV 83.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 83 100 3 0.17 0 0.97 0.61 70.52 0.94 0.2
Hex 53 64 3 11 0 61 3D 47 5E 14
Octal 123 144 3 21 0 141 75 107 136 24
Binary 1010011 1100100 11 10001 0 1100001 111101 1000111 1011110 10100

Color Harmonies of #536403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536403

Black with #536403

Text Example


Text Example

White with #536403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536403; }

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

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

background-color css

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

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

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

border-color css

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

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

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