#54662D

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

Shades of Dark Olive Green #54662D

Tints of Dark Olive Green #54662D

Color information

#54662D (or 0x54662D) is unknown color: approx Dark Olive Green. HEX triplet: 54, 66 and 2D. RGB value is (84,102,45). Sum of RGB (Red+Green+Blue) = 84+102+45=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #54662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54662D is #AB99D2. Grayscale: #5A5A5A. Windows color (decimal): -11246035 or 2975316. OLE color: 2975316.

HSL color Cylindrical-coordinate representation of color #54662D: hue angle of 78.95º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54662D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB8410245-
CMYK0.1800.560.6
HSL78.95º38.78%28.82%-
HSV(B)78.95º55.88%40%-
XYZ8.8811.584.25-
YUV90.12102.54123.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=36.36%
G=44.16%
B=19.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102450.1800.560.678.9538.7828.82
Hex54662D120383C4f271d
Octal1241465522070741174735
Binary10101001100110101101100100111000111100100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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