Html Css Color HEX #546013 Verdun Green

📋 copy color: '#546013'

red 84 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #546013

Tints of Verdun Green #546013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 42.21%
G = 48.24%
B = 9.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#546013 (or 0x546013) is known color: Verdun Green. HEX triplet: 54, 60 and 13. RGB value is (84,96,19). Sum of RGB (Red+Green+Blue) = 84+96+19=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #546013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546013 is #AB9FEC. Grayscale: #535353. Windows color (decimal): -11247597 or 1269844. OLE color: 1269844.

HSL color Cylindrical-coordinate representation of color #546013: hue angle of 69.35º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #546013 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 19 -
CMYK 0.12 0 0.80 0.62
HSL 69.35º 0.67% 0.23% -
HSV(B) 69.35º 0.8% 0.38% -
XYZ 7.96 10.3 2.18 -
YUV 83.63 91.52 128.26 -
System Red Green Blue C M Y K H S L
Decimal 84 96 19 0.12 0 0.80 0.62 69.35 0.67 0.23
Hex 54 60 13 C 0 50 3E 45 43 17
Octal 124 140 23 14 0 120 76 105 103 27
Binary 1010100 1100000 10011 1100 0 1010000 111110 1000101 1000011 10111

Color Harmonies of #546013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546013

Black with #546013

Text Example


Text Example

White with #546013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546013; }

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

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

background-color css

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

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

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

border-color css

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

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

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