Html Css Color HEX #546901 Verdun Green

📋 copy color: '#546901'

red 84 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #546901

Tints of Verdun Green #546901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.26%

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

R = 44.21%
G = 55.26%
B = 0.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#546901 (or 0x546901) is known color: Verdun Green. HEX triplet: 54, 69 and 01. RGB value is (84,105,1). Sum of RGB (Red+Green+Blue) = 84+105+1=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #546901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546901 is #AB96FE. Grayscale: #575757. Windows color (decimal): -11245311 or 92500. OLE color: 92500.

HSL color Cylindrical-coordinate representation of color #546901: hue angle of 72.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546901 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 105 1 -
CMYK 0.20 0 0.99 0.59
HSL 72.12º 0.98% 0.21% -
HSV(B) 72.12º 0.99% 0.41% -
XYZ 8.71 11.99 1.88 -
YUV 86.87 79.54 125.96 -
System Red Green Blue C M Y K H S L
Decimal 84 105 1 0.20 0 0.99 0.59 72.12 0.98 0.21
Hex 54 69 1 14 0 63 3B 48 62 15
Octal 124 151 1 24 0 143 73 110 142 25
Binary 1010100 1101001 1 10100 0 1100011 111011 1001000 1100010 10101

Color Harmonies of #546901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546901

Black with #546901

Text Example


Text Example

White with #546901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546901; }

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

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

background-color css

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

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

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

border-color css

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

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

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