#54652D

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

Shades of Dark Olive Green #54652D

Tints of Dark Olive Green #54652D

Color information

#54652D (or 0x54652D) is unknown color: approx Dark Olive Green. HEX triplet: 54, 65 and 2D. RGB value is (84,101,45). Sum of RGB (Red+Green+Blue) = 84+101+45=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #54652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54652D is #AB9AD2. Grayscale: #595959. Windows color (decimal): -11246291 or 2975060. OLE color: 2975060.

HSL color Cylindrical-coordinate representation of color #54652D: hue angle of 78.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54652D is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB8410145-
CMYK0.1700.550.60
HSL78.21º38.36%28.63%-
HSV(B)78.21º55.45%39.61%-
XYZ8.7811.384.22-
YUV89.53102.87124.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=36.52%
G=43.91%
B=19.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84101450.1700.550.6078.2138.3628.63
Hex54652D110373C4e261d
Octal1241455521067741164635
Binary10101001100101101101100010110111111100100111010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54652D; }

 p { color: rgb(84,101,45); }

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

<style>
 a { background-color: #54652D; }

 a { background-color: rgb(84,101,45); }

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

<style>
 span { border-color: #54652D; }

 span { border-color: rgb(84,101,45); }

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