Html Css Color HEX #546701 Verdun Green

📋 copy color: '#546701'

red 84 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #546701

Tints of Verdun Green #546701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

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

R = 44.68%
G = 54.79%
B = 0.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#546701 (or 0x546701) is known color: Verdun Green. HEX triplet: 54, 67 and 01. RGB value is (84,103,1). Sum of RGB (Red+Green+Blue) = 84+103+1=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #546701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546701 is #AB98FE. Grayscale: #565656. Windows color (decimal): -11245823 or 91988. OLE color: 91988.

HSL color Cylindrical-coordinate representation of color #546701: hue angle of 71.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546701 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 103 1 -
CMYK 0.18 0 0.99 0.60
HSL 71.18º 0.98% 0.2% -
HSV(B) 71.18º 0.99% 0.4% -
XYZ 8.51 11.59 1.82 -
YUV 85.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 84 103 1 0.18 0 0.99 0.60 71.18 0.98 0.2
Hex 54 67 1 12 0 63 3C 47 62 14
Octal 124 147 1 22 0 143 74 107 142 24
Binary 1010100 1100111 1 10010 0 1100011 111100 1000111 1100010 10100

Color Harmonies of #546701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546701

Black with #546701

Text Example


Text Example

White with #546701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546701; }

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

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

background-color css

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

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

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

border-color css

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

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

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