Html Css Color HEX #535403 Verdun Green

📋 copy color: '#535403'

red 83 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #535403

Tints of Verdun Green #535403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

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

R = 48.82%
G = 49.41%
B = 1.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#535403 (or 0x535403) is known color: Verdun Green. HEX triplet: 53, 54 and 03. RGB value is (83,84,3). Sum of RGB (Red+Green+Blue) = 83+84+3=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #535403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535403 is #ACABFC. Grayscale: #4A4A4A. Windows color (decimal): -11316221 or 218195. OLE color: 218195.

HSL color Cylindrical-coordinate representation of color #535403: hue angle of 60.74º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535403 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 3 -
CMYK 0.01 0 0.96 0.67
HSL 60.74º 0.93% 0.17% -
HSV(B) 60.74º 0.96% 0.33% -
XYZ 6.75 8.19 1.31 -
YUV 74.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 83 84 3 0.01 0 0.96 0.67 60.74 0.93 0.17
Hex 53 54 3 1 0 60 43 3D 5D 11
Octal 123 124 3 1 0 140 103 75 135 21
Binary 1010011 1010100 11 1 0 1100000 1000011 111101 1011101 10001

Color Harmonies of #535403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535403

Black with #535403

Text Example


Text Example

White with #535403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535403; }

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

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

background-color css

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

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

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

border-color css

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

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

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