#54692E

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

Shades of Dark Olive Green #54692E

Tints of Dark Olive Green #54692E

Color information

#54692E (or 0x54692E) is unknown color: approx Dark Olive Green. HEX triplet: 54, 69 and 2E. RGB value is (84,105,46). Sum of RGB (Red+Green+Blue) = 84+105+46=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #54692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54692E is #AB96D1. Grayscale: #5C5C5C. Windows color (decimal): -11245266 or 3041620. OLE color: 3041620.

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

Color convert

RGB8410546-
CMYK0.2000.560.59
HSL81.36º39.07%29.61%-
HSV(B)81.36º56.19%41.18%-
XYZ9.212.194.45-
YUV92102.04122.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=35.74%
G=44.68%
B=19.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105460.2000.560.5981.3639.0729.61
Hex54692E140383B51271e
Octal1241515624070731214736
Binary10101001101001101110101000111000111011101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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