#5E7B45

Color #5E7B45 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5E7B45

Tints of Dingley #5E7B45

Color information

#5E7B45 (or 0x5E7B45) is unknown color: approx Dingley. HEX triplet: 5E, 7B and 45. RGB value is (94,123,69). Sum of RGB (Red+Green+Blue) = 94+123+69=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B45 is #A184BA. Grayscale: #6C6C6C. Windows color (decimal): -10585275 or 4553566. OLE color: 4553566.

HSL color Cylindrical-coordinate representation of color #5E7B45: hue angle of 92.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7B45 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB9412369-
CMYK0.2400.440.52
HSL92.22º28.12%37.65%-
HSV(B)92.22º43.9%48.24%-
XYZ12.7716.988.23-
YUV108.17105.89117.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=32.87%
G=43.01%
B=24.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94123690.2400.440.5292.2228.1237.65
Hex5E7B451802C345c1c26
Octal13617310530054641343446
Binary101111011110111000101110000101100110100101110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7B45; }

 p { color: rgb(94,123,69); }

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

<style>
 a { background-color: #5E7B45; }

 a { background-color: rgb(94,123,69); }

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

<style>
 span { border-color: #5E7B45; }

 span { border-color: rgb(94,123,69); }

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