#5A7943

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

Shades of Dingley #5A7943

Tints of Dingley #5A7943

Color information

#5A7943 (or 0x5A7943) is unknown color: approx Dingley. HEX triplet: 5A, 79 and 43. RGB value is (90,121,67). Sum of RGB (Red+Green+Blue) = 90+121+67=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7943 is #A586BC. Grayscale: #696969. Windows color (decimal): -10847933 or 4421978. OLE color: 4421978.

HSL color Cylindrical-coordinate representation of color #5A7943: hue angle of 94.44º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A7943 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB9012167-
CMYK0.2600.450.53
HSL94.44º28.72%36.86%-
HSV(B)94.44º44.63%47.45%-
XYZ12.0716.257.81-
YUV105.58106.23116.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=32.37%
G=43.53%
B=24.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121670.2600.450.5394.4428.7236.86
Hex5A79431A02D355e1d25
Octal13217110332055651363545
Binary101101011110011000011110100101101110101101111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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