#546233

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

Shades of Dark Olive Green #546233

Tints of Dark Olive Green #546233

Color information

#546233 (or 0x546233) is unknown color: approx Dark Olive Green. HEX triplet: 54, 62 and 33. RGB value is (84,98,51). Sum of RGB (Red+Green+Blue) = 84+98+51=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #546233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546233 is #AB9DCC. Grayscale: #585858. Windows color (decimal): -11247053 or 3367508. OLE color: 3367508.

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

Color convert

RGB849851-
CMYK0.1400.480.62
HSL77.87º31.54%29.22%-
HSV(B)77.87º47.96%38.43%-
XYZ8.6210.864.77-
YUV88.46106.86124.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=36.05%
G=42.06%
B=21.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498510.1400.480.6277.8731.5429.22
Hex546233E0303E4e201d
Octal1241426316060761164035
Binary1010100110001011001111100110000111110100111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546233; }

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

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

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

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

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

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

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

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