#5A7A3F

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

Shades of Dingley #5A7A3F

Tints of Dingley #5A7A3F

Color information

#5A7A3F (or 0x5A7A3F) is unknown color: approx Dingley. HEX triplet: 5A, 7A and 3F. RGB value is (90,122,63). Sum of RGB (Red+Green+Blue) = 90+122+63=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7A3F is #A585C0. Grayscale: #696969. Windows color (decimal): -10847681 or 4160090. OLE color: 4160090.

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

Color convert

RGB9012263-
CMYK0.2600.480.52
HSL92.54º31.89%36.27%-
HSV(B)92.54º48.36%47.84%-
XYZ12.0716.457.24-
YUV105.71103.9116.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 63 (25% from 255) = 22.91%
R=32.73%
G=44.36%
B=22.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90122630.2600.480.5292.5431.8936.27
Hex5A7A3F1A030345d2024
Octal1321727732060641354044
Binary101101011110101111111101001100001101001011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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