#54682B

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

Shades of Dark Olive Green #54682B

Tints of Dark Olive Green #54682B

Color information

#54682B (or 0x54682B) is unknown color: approx Dark Olive Green. HEX triplet: 54, 68 and 2B. RGB value is (84,104,43). Sum of RGB (Red+Green+Blue) = 84+104+43=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #54682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54682B is #AB97D4. Grayscale: #5B5B5B. Windows color (decimal): -11245525 or 2844756. OLE color: 2844756.

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

Color convert

RGB8410443-
CMYK0.1900.590.59
HSL79.67º41.5%28.82%-
HSV(B)79.67º58.65%40.78%-
XYZ9.0411.964.12-
YUV91.07100.87122.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=36.36%
G=45.02%
B=18.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104430.1900.590.5979.6741.528.82
Hex54682B1303B3B50291d
Octal1241505323073731205135
Binary10101001101000101011100110111011111011101000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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