#546734

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

Shades of Dark Olive Green #546734

Tints of Dark Olive Green #546734

Color information

#546734 (or 0x546734) is unknown color: approx Dark Olive Green. HEX triplet: 54, 67 and 34. RGB value is (84,103,52). Sum of RGB (Red+Green+Blue) = 84+103+52=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #546734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546734 is #AB98CB. Grayscale: #5B5B5B. Windows color (decimal): -11245772 or 3434324. OLE color: 3434324.

HSL color Cylindrical-coordinate representation of color #546734: hue angle of 82.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546734 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB8410352-
CMYK0.1800.500.60
HSL82.35º32.9%30.39%-
HSV(B)82.35º49.51%40.39%-
XYZ9.1311.835.05-
YUV91.5105.71122.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=35.15%
G=43.10%
B=21.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103520.1800.500.6082.3532.930.39
Hex546734120323C52211e
Octal1241476422062741224136
Binary10101001100111110100100100110010111100101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546734; }

 p { color: rgb(84,103,52); }

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

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

 a { background-color: rgb(84,103,52); }

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

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

 span { border-color: rgb(84,103,52); }

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