#5A783F

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

Shades of Dingley #5A783F

Tints of Dingley #5A783F

Color information

#5A783F (or 0x5A783F) is unknown color: approx Dingley. HEX triplet: 5A, 78 and 3F. RGB value is (90,120,63). Sum of RGB (Red+Green+Blue) = 90+120+63=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #5A783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A783F is #A587C0. Grayscale: #686868. Windows color (decimal): -10848193 or 4159578. OLE color: 4159578.

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

Color convert

RGB9012063-
CMYK0.2500.480.53
HSL91.58º31.15%35.88%-
HSV(B)91.58º47.5%47.06%-
XYZ11.8315.977.16-
YUV104.53104.56117.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 63 (25% from 255) = 23.08%
R=32.97%
G=43.96%
B=23.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120630.2500.480.5391.5831.1535.88
Hex5A783F19030355c1f24
Octal1321707731060651343744
Binary10110101111000111111110010110000110101101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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