Html Css Color HEX #546500 Verdun Green

📋 copy color: '#546500'

red 84 ◦ green 101 ◦ blue 0

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

Shades of Verdun Green #546500

Tints of Verdun Green #546500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.41%
G = 54.59%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#546500 (or 0x546500) is known color: Verdun Green. HEX triplet: 54, 65 and 00. RGB value is (84,101,0). Sum of RGB (Red+Green+Blue) = 84+101+0=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #546500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546500 is #AB9AFF. Grayscale: #545454. Windows color (decimal): -11246336 or 25940. OLE color: 25940.

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

Color convert

RGB 84 101 0 -
CMYK 0.17 0 1 0.60
HSL 70.1º 1% 0.2% -
HSV(B) 70.1º 1% 0.4% -
XYZ 8.31 11.19 1.72 -
YUV 84.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 84 101 0 0.17 0 1 0.60 70.1 1 0.2
Hex 54 65 0 11 0 64 3C 46 64 14
Octal 124 145 0 21 0 144 74 106 144 24
Binary 1010100 1100101 0 10001 0 1100100 111100 1000110 1100100 10100

Color Harmonies of #546500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546500

Black with #546500

Text Example


Text Example

White with #546500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546500; }

 p { color: rgb(84,101,0); }

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

background-color css

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

 a { background-color: rgb(84,101,0); }

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

border-color css

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

 span { border-color: rgb(84,101,0); }

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