#54682E

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

Shades of Dark Olive Green #54682E

Tints of Dark Olive Green #54682E

Color information

#54682E (or 0x54682E) is unknown color: approx Dark Olive Green. HEX triplet: 54, 68 and 2E. RGB value is (84,104,46). Sum of RGB (Red+Green+Blue) = 84+104+46=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #54682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54682E is #AB97D1. Grayscale: #5B5B5B. Windows color (decimal): -11245522 or 3041364. OLE color: 3041364.

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

Color convert

RGB8410446-
CMYK0.1900.560.59
HSL80.69º38.67%29.41%-
HSV(B)80.69º55.77%40.78%-
XYZ9.111.984.42-
YUV91.41102.37122.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=35.90%
G=44.44%
B=19.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104460.1900.560.5980.6938.6729.41
Hex54682E130383B51271d
Octal1241505623070731214735
Binary10101001101000101110100110111000111011101000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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