Html Css Color HEX #545501 Verdun Green

📋 copy color: '#545501'

red 84 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #545501

Tints of Verdun Green #545501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

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

R = 49.41%
G = 50%
B = 0.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#545501 (or 0x545501) is known color: Verdun Green. HEX triplet: 54, 55 and 01. RGB value is (84,85,1). Sum of RGB (Red+Green+Blue) = 84+85+1=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #545501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545501 is #ABAAFE. Grayscale: #4B4B4B. Windows color (decimal): -11250431 or 87380. OLE color: 87380.

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

Color convert

RGB 84 85 1 -
CMYK 0.01 0 0.99 0.67
HSL 60.71º 0.98% 0.17% -
HSV(B) 60.71º 0.99% 0.33% -
XYZ 6.91 8.38 1.28 -
YUV 75.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 84 85 1 0.01 0 0.99 0.67 60.71 0.98 0.17
Hex 54 55 1 1 0 63 43 3D 62 11
Octal 124 125 1 1 0 143 103 75 142 21
Binary 1010100 1010101 1 1 0 1100011 1000011 111101 1100010 10001

Color Harmonies of #545501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545501

Black with #545501

Text Example


Text Example

White with #545501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545501; }

 p { color: rgb(84,85,1); }

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

background-color css

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

 a { background-color: rgb(84,85,1); }

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

border-color css

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

 span { border-color: rgb(84,85,1); }

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