Html Css Color HEX #546510 Verdun Green

📋 copy color: '#546510'

red 84 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #546510

Tints of Verdun Green #546510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 41.79%
G = 50.25%
B = 7.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#546510 (or 0x546510) is known color: Verdun Green. HEX triplet: 54, 65 and 10. RGB value is (84,101,16). Sum of RGB (Red+Green+Blue) = 84+101+16=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #546510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546510 is #AB9AEF. Grayscale: #565656. Windows color (decimal): -11246320 or 1074516. OLE color: 1074516.

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

Color convert

RGB 84 101 16 -
CMYK 0.17 0 0.84 0.60
HSL 72º 0.73% 0.23% -
HSV(B) 72º 0.84% 0.4% -
XYZ 8.4 11.23 2.21 -
YUV 86.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 84 101 16 0.17 0 0.84 0.60 72 0.73 0.23
Hex 54 65 10 11 0 54 3C 48 49 17
Octal 124 145 20 21 0 124 74 110 111 27
Binary 1010100 1100101 10000 10001 0 1010100 111100 1001000 1001001 10111

Color Harmonies of #546510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546510

Black with #546510

Text Example


Text Example

White with #546510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546510; }

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

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

background-color css

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

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

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

border-color css

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

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

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