#54682A

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

Shades of Dark Olive Green #54682A

Tints of Dark Olive Green #54682A

Color information

#54682A (or 0x54682A) is unknown color: approx Dark Olive Green. HEX triplet: 54, 68 and 2A. RGB value is (84,104,42). Sum of RGB (Red+Green+Blue) = 84+104+42=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #54682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54682A is #AB97D5. Grayscale: #5B5B5B. Windows color (decimal): -11245526 or 2779220. OLE color: 2779220.

HSL color Cylindrical-coordinate representation of color #54682A: hue angle of 79.35º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54682A is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB8410442-
CMYK0.1900.600.59
HSL79.35º42.47%28.63%-
HSV(B)79.35º59.62%40.78%-
XYZ9.0211.954.02-
YUV90.95100.37123.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=36.52%
G=45.22%
B=18.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104420.1900.600.5979.3542.4728.63
Hex54682A1303C3B4f2a1d
Octal1241505223074731175235
Binary10101001101000101010100110111100111011100111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54682A; }

 p { color: rgb(84,104,42); }

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

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

 a { background-color: rgb(84,104,42); }

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

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

 span { border-color: rgb(84,104,42); }

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