Html Css Color HEX #545303 Verdun Green

📋 copy color: '#545303'

red 84 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #545303

Tints of Verdun Green #545303

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #545303: hue angle of 59.26º 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 #545303 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 83 3 -
CMYK 0 0.01 0.96 0.67
HSL 59.26º 0.93% 0.17% -
HSV(B) 59.26º 0.96% 0.33% -
XYZ 6.77 8.08 1.29 -
YUV 74.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 84 83 3 0 0.01 0.96 0.67 59.26 0.93 0.17
Hex 54 53 3 0 1 60 43 3B 5D 11
Octal 124 123 3 0 1 140 103 73 135 21
Binary 1010100 1010011 11 0 1 1100000 1000011 111011 1011101 10001

Color Harmonies of #545303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545303

Black with #545303

Text Example


Text Example

White with #545303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545303; }

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

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

background-color css

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

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

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

border-color css

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

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

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