#5A7643

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

Shades of Dingley #5A7643

Tints of Dingley #5A7643

Color information

#5A7643 (or 0x5A7643) is unknown color: approx Dingley. HEX triplet: 5A, 76 and 43. RGB value is (90,118,67). Sum of RGB (Red+Green+Blue) = 90+118+67=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7643 is #A589BC. Grayscale: #676767. Windows color (decimal): -10848701 or 4421210. OLE color: 4421210.

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

Color convert

RGB9011867-
CMYK0.2400.430.54
HSL92.94º27.57%36.27%-
HSV(B)92.94º43.22%46.27%-
XYZ11.7115.547.69-
YUV103.81107.22118.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=32.73%
G=42.91%
B=24.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118670.2400.430.5492.9427.5736.27
Hex5A76431802B365d1c24
Octal13216610330053661353444
Binary101101011101101000011110000101011110110101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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