#54642B

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

Shades of Dark Olive Green #54642B

Tints of Dark Olive Green #54642B

Color information

#54642B (or 0x54642B) is unknown color: approx Dark Olive Green. HEX triplet: 54, 64 and 2B. RGB value is (84,100,43). Sum of RGB (Red+Green+Blue) = 84+100+43=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #54642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54642B is #AB9BD4. Grayscale: #585858. Windows color (decimal): -11246549 or 2843732. OLE color: 2843732.

HSL color Cylindrical-coordinate representation of color #54642B: hue angle of 76.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54642B is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB8410043-
CMYK0.1600.570.61
HSL76.84º39.86%28.04%-
HSV(B)76.84º57%39.22%-
XYZ8.6511.173.99-
YUV88.72102.2124.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=37.00%
G=44.05%
B=18.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100430.1600.570.6176.8439.8628.04
Hex54642B100393D4d281c
Octal1241445320071751155034
Binary10101001100100101011100000111001111101100110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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