Html Css Color HEX #546312 Verdun Green

📋 copy color: '#546312'

red 84 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #546312

Tints of Verdun Green #546312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 41.79%
G = 49.25%
B = 8.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#546312 (or 0x546312) is known color: Verdun Green. HEX triplet: 54, 63 and 12. RGB value is (84,99,18). Sum of RGB (Red+Green+Blue) = 84+99+18=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #546312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546312 is #AB9CED. Grayscale: #555555. Windows color (decimal): -11246830 or 1205076. OLE color: 1205076.

HSL color Cylindrical-coordinate representation of color #546312: hue angle of 71.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #546312 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 18 -
CMYK 0.15 0 0.82 0.61
HSL 71.11º 0.69% 0.23% -
HSV(B) 71.11º 0.82% 0.39% -
XYZ 8.23 10.85 2.23 -
YUV 85.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 84 99 18 0.15 0 0.82 0.61 71.11 0.69 0.23
Hex 54 63 12 F 0 52 3D 47 45 17
Octal 124 143 22 17 0 122 75 107 105 27
Binary 1010100 1100011 10010 1111 0 1010010 111101 1000111 1000101 10111

Color Harmonies of #546312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546312

Black with #546312

Text Example


Text Example

White with #546312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546312; }

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

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

background-color css

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

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

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

border-color css

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

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

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