#54692B

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

Shades of Dark Olive Green #54692B

Tints of Dark Olive Green #54692B

Color information

#54692B (or 0x54692B) is unknown color: approx Dark Olive Green. HEX triplet: 54, 69 and 2B. RGB value is (84,105,43). Sum of RGB (Red+Green+Blue) = 84+105+43=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #54692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54692B is #AB96D4. Grayscale: #5B5B5B. Windows color (decimal): -11245269 or 2845012. OLE color: 2845012.

HSL color Cylindrical-coordinate representation of color #54692B: hue angle of 80.32º degrees, saturation: 0.42, 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 #54692B is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB8410543-
CMYK0.2000.590.59
HSL80.32º41.89%29.02%-
HSV(B)80.32º59.05%41.18%-
XYZ9.1412.164.15-
YUV91.65100.54122.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=36.21%
G=45.26%
B=18.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105430.2000.590.5980.3241.8929.02
Hex54692B1403B3B502a1d
Octal1241515324073731205235
Binary10101001101001101011101000111011111011101000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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