Html Css Color HEX #545600 Verdun Green

📋 copy color: '#545600'

red 84 ◦ green 86 ◦ blue 0

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

Shades of Verdun Green #545600

Tints of Verdun Green #545600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.41%
G = 50.59%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#545600 (or 0x545600) is known color: Verdun Green. HEX triplet: 54, 56 and 00. RGB value is (84,86,0). Sum of RGB (Red+Green+Blue) = 84+86+0=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #545600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545600 is #ABA9FF. Grayscale: #4B4B4B. Windows color (decimal): -11250176 or 22100. OLE color: 22100.

HSL color Cylindrical-coordinate representation of color #545600: hue angle of 61.4º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #545600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 86 0 -
CMYK 0.02 0 1 0.66
HSL 61.4º 1% 0.17% -
HSV(B) 61.4º 1% 0.34% -
XYZ 6.98 8.54 1.28 -
YUV 75.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 84 86 0 0.02 0 1 0.66 61.4 1 0.17
Hex 54 56 0 2 0 64 42 3D 64 11
Octal 124 126 0 2 0 144 102 75 144 21
Binary 1010100 1010110 0 10 0 1100100 1000010 111101 1100100 10001

Color Harmonies of #545600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545600

Black with #545600

Text Example


Text Example

White with #545600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545600; }

 p { color: rgb(84,86,0); }

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

background-color css

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

 a { background-color: rgb(84,86,0); }

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

border-color css

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

 span { border-color: rgb(84,86,0); }

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