Html Css Color HEX #546008 Verdun Green

📋 copy color: '#546008'

red 84 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #546008

Tints of Verdun Green #546008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.26%

R = 44.68%
G = 51.06%
B = 4.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#546008 (or 0x546008) is known color: Verdun Green. HEX triplet: 54, 60 and 08. RGB value is (84,96,8). Sum of RGB (Red+Green+Blue) = 84+96+8=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #546008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546008 is #AB9FF7. Grayscale: #525252. Windows color (decimal): -11247608 or 548948. OLE color: 548948.

HSL color Cylindrical-coordinate representation of color #546008: hue angle of 68.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #546008 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 8 -
CMYK 0.12 0 0.92 0.62
HSL 68.18º 0.85% 0.2% -
HSV(B) 68.18º 0.92% 0.38% -
XYZ 7.88 10.27 1.8 -
YUV 82.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 84 96 8 0.12 0 0.92 0.62 68.18 0.85 0.2
Hex 54 60 8 C 0 5C 3E 44 55 14
Octal 124 140 10 14 0 134 76 104 125 24
Binary 1010100 1100000 1000 1100 0 1011100 111110 1000100 1010101 10100

Color Harmonies of #546008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546008

Black with #546008

Text Example


Text Example

White with #546008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546008; }

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

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

background-color css

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

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

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

border-color css

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

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

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