Html Css Color HEX #546001 Verdun Green

📋 copy color: '#546001'

red 84 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #546001

Tints of Verdun Green #546001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

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

R = 46.41%
G = 53.04%
B = 0.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#546001 (or 0x546001) is known color: Verdun Green. HEX triplet: 54, 60 and 01. RGB value is (84,96,1). Sum of RGB (Red+Green+Blue) = 84+96+1=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #546001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546001 is #AB9FFE. Grayscale: #515151. Windows color (decimal): -11247615 or 90196. OLE color: 90196.

HSL color Cylindrical-coordinate representation of color #546001: hue angle of 67.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 1 -
CMYK 0.12 0 0.99 0.62
HSL 67.58º 0.98% 0.19% -
HSV(B) 67.58º 0.99% 0.38% -
XYZ 7.84 10.25 1.59 -
YUV 81.58 82.52 129.72 -
System Red Green Blue C M Y K H S L
Decimal 84 96 1 0.12 0 0.99 0.62 67.58 0.98 0.19
Hex 54 60 1 C 0 63 3E 44 62 13
Octal 124 140 1 14 0 143 76 104 142 23
Binary 1010100 1100000 1 1100 0 1100011 111110 1000100 1100010 10011

Color Harmonies of #546001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546001

Black with #546001

Text Example


Text Example

White with #546001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546001; }

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

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

background-color css

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

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

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

border-color css

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

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

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