#5A7D43

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

Shades of Dingley #5A7D43

Tints of Dingley #5A7D43

Color information

#5A7D43 (or 0x5A7D43) is unknown color: approx Dingley. HEX triplet: 5A, 7D and 43. RGB value is (90,125,67). Sum of RGB (Red+Green+Blue) = 90+125+67=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D43 is #A582BC. Grayscale: #6C6C6C. Windows color (decimal): -10846909 or 4423002. OLE color: 4423002.

HSL color Cylindrical-coordinate representation of color #5A7D43: hue angle of 96.21º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A7D43 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB9012567-
CMYK0.2800.460.51
HSL96.21º30.21%37.65%-
HSV(B)96.21º46.4%49.02%-
XYZ12.5617.257.98-
YUV107.92104.9115.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 125 (49.22% from 255) = 44.33%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=31.91%
G=44.33%
B=23.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90125670.2800.460.5196.2130.2137.65
Hex5A7D431C02E33601e26
Octal13217510334056631403646
Binary101101011111011000011111000101110110011110000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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