#5A793F

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

Shades of Dingley #5A793F

Tints of Dingley #5A793F

Color information

#5A793F (or 0x5A793F) is unknown color: approx Dingley. HEX triplet: 5A, 79 and 3F. RGB value is (90,121,63). Sum of RGB (Red+Green+Blue) = 90+121+63=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #5A793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A793F is #A586C0. Grayscale: #696969. Windows color (decimal): -10847937 or 4159834. OLE color: 4159834.

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

Color convert

RGB9012163-
CMYK0.2600.480.53
HSL92.07º31.52%36.08%-
HSV(B)92.07º47.93%47.45%-
XYZ11.9516.217.2-
YUV105.12104.23117.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 63 (25% from 255) = 22.99%
R=32.85%
G=44.16%
B=22.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121630.2600.480.5392.0731.5236.08
Hex5A793F1A030355c2024
Octal1321717732060651344044
Binary101101011110011111111101001100001101011011100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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