#5A7641

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

Shades of Dingley #5A7641

Tints of Dingley #5A7641

Color information

#5A7641 (or 0x5A7641) is unknown color: approx Dingley. HEX triplet: 5A, 76 and 41. RGB value is (90,118,65). Sum of RGB (Red+Green+Blue) = 90+118+65=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7641 is #A589BE. Grayscale: #676767. Windows color (decimal): -10848703 or 4290138. OLE color: 4290138.

HSL color Cylindrical-coordinate representation of color #5A7641: hue angle of 91.7º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A7641 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB9011865-
CMYK0.2400.450.54
HSL91.7º28.96%35.88%-
HSV(B)91.7º44.92%46.27%-
XYZ11.6515.517.38-
YUV103.59106.22118.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=32.97%
G=43.22%
B=23.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118650.2400.450.5491.728.9635.88
Hex5A76411802D365c1d24
Octal13216610130055661343544
Binary101101011101101000001110000101101110110101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,65); }

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

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

 a { background-color: rgb(90,118,65); }

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

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

 span { border-color: rgb(90,118,65); }

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