#546529

Color #546529 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #546529

Tints of Dark Olive Green #546529

Color information

#546529 (or 0x546529) is unknown color: approx Dark Olive Green. HEX triplet: 54, 65 and 29. RGB value is (84,101,41). Sum of RGB (Red+Green+Blue) = 84+101+41=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #546529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546529 is #AB9AD6. Grayscale: #595959. Windows color (decimal): -11246295 or 2712916. OLE color: 2712916.

HSL color Cylindrical-coordinate representation of color #546529: hue angle of 77º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546529 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB8410141-
CMYK0.1700.590.60
HSL77º42.25%27.84%-
HSV(B)77º59.41%39.61%-
XYZ8.7111.353.83-
YUV89.08100.87124.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 41 (16.41% from 255) = 18.14%
R=37.17%
G=44.69%
B=18.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101410.1700.590.607742.2527.84
Hex5465291103B3C4d2a1c
Octal1241455121073741155234
Binary10101001100101101001100010111011111100100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546529; }

 p { color: rgb(84,101,41); }

 H1.HeaderClassName
 {
   color: #546529;
 }
 .AnyTagClassName
 {
   color: #546529;
 }
</style>
background-color css

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

 a { background-color: rgb(84,101,41); }

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

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

 span { border-color: rgb(84,101,41); }

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