#546430

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

Shades of Dark Olive Green #546430

Tints of Dark Olive Green #546430

Color information

#546430 (or 0x546430) is unknown color: approx Dark Olive Green. HEX triplet: 54, 64 and 30. RGB value is (84,100,48). Sum of RGB (Red+Green+Blue) = 84+100+48=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #546430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546430 is #AB9BCF. Grayscale: #595959. Windows color (decimal): -11246544 or 3171412. OLE color: 3171412.

HSL color Cylindrical-coordinate representation of color #546430: hue angle of 78.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546430 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB8410048-
CMYK0.1600.520.61
HSL78.46º35.14%29.02%-
HSV(B)78.46º52%39.22%-
XYZ8.7511.214.5-
YUV89.29104.7124.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=36.21%
G=43.10%
B=20.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100480.1600.520.6178.4635.1429.02
Hex546430100343D4e231d
Octal1241446020064751164335
Binary10101001100100110000100000110100111101100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546430; }

 p { color: rgb(84,100,48); }

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

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

 a { background-color: rgb(84,100,48); }

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

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

 span { border-color: rgb(84,100,48); }

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