Html Css Color HEX #546612 Verdun Green

📋 copy color: '#546612'

red 84 ◦ green 102 ◦ blue 18

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

Shades of Verdun Green #546612

Tints of Verdun Green #546612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 8.82%

R = 41.18%
G = 50%
B = 8.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#546612 (or 0x546612) is known color: Verdun Green. HEX triplet: 54, 66 and 12. RGB value is (84,102,18). Sum of RGB (Red+Green+Blue) = 84+102+18=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #546612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546612 is #AB99ED. Grayscale: #575757. Windows color (decimal): -11246062 or 1205844. OLE color: 1205844.

HSL color Cylindrical-coordinate representation of color #546612: hue angle of 72.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #546612 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 102 18 -
CMYK 0.18 0 0.82 0.6
HSL 72.86º 0.7% 0.24% -
HSV(B) 72.86º 0.82% 0.4% -
XYZ 8.52 11.43 2.33 -
YUV 87.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 84 102 18 0.18 0 0.82 0.6 72.86 0.7 0.24
Hex 54 66 12 12 0 52 3C 49 46 18
Octal 124 146 22 22 0 122 74 111 106 30
Binary 1010100 1100110 10010 10010 0 1010010 111100 1001001 1000110 11000

Color Harmonies of #546612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546612

Black with #546612

Text Example


Text Example

White with #546612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546612; }

 p { color: rgb(84,102,18); }

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

background-color css

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

 a { background-color: rgb(84,102,18); }

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

border-color css

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

 span { border-color: rgb(84,102,18); }

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