#546033

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

Shades of Dark Olive Green #546033

Tints of Dark Olive Green #546033

Color information

#546033 (or 0x546033) is unknown color: approx Dark Olive Green. HEX triplet: 54, 60 and 33. RGB value is (84,96,51). Sum of RGB (Red+Green+Blue) = 84+96+51=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #546033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546033 is #AB9FCC. Grayscale: #575757. Windows color (decimal): -11247565 or 3366996. OLE color: 3366996.

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

Color convert

RGB849651-
CMYK0.1200.470.62
HSL76º30.61%28.82%-
HSV(B)76º46.88%37.65%-
XYZ8.4410.494.71-
YUV87.28107.52125.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=36.36%
G=41.56%
B=22.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496510.1200.470.627630.6128.82
Hex546033C02F3E4c1f1d
Octal1241406314057761143735
Binary101010011000001100111100010111111111010011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546033; }

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

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

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

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

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

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

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

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