#546626

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

Shades of Dark Olive Green #546626

Tints of Dark Olive Green #546626

Color information

#546626 (or 0x546626) is unknown color: approx Dark Olive Green. HEX triplet: 54, 66 and 26. RGB value is (84,102,38). Sum of RGB (Red+Green+Blue) = 84+102+38=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #546626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546626 is #AB99D9. Grayscale: #595959. Windows color (decimal): -11246042 or 2516564. OLE color: 2516564.

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

Color convert

RGB8410238-
CMYK0.1800.630.6
HSL76.88º45.71%27.45%-
HSV(B)76.88º62.75%40%-
XYZ8.7611.533.6-
YUV89.3299.04124.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=37.5%
G=45.54%
B=16.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102380.1800.630.676.8845.7127.45
Hex5466261203F3C4d2e1b
Octal1241464622077741155633
Binary10101001100110100110100100111111111100100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546626; }

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

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

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

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

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

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

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

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