#5A7248

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

Shades of Dingley #5A7248

Tints of Dingley #5A7248

Color information

#5A7248 (or 0x5A7248) is unknown color: approx Dingley. HEX triplet: 5A, 72 and 48. RGB value is (90,114,72). Sum of RGB (Red+Green+Blue) = 90+114+72=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7248 is #A58DB7. Grayscale: #666666. Windows color (decimal): -10849720 or 4747866. OLE color: 4747866.

HSL color Cylindrical-coordinate representation of color #5A7248: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A7248 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB9011472-
CMYK0.2100.370.55
HSL94.29º22.58%36.47%-
HSV(B)94.29º36.84%44.71%-
XYZ11.414.688.36-
YUV102.04111.05119.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=32.61%
G=41.30%
B=26.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114720.2100.370.5594.2922.5836.47
Hex5A724815025375e1724
Octal13216211025045671362744
Binary101101011100101001000101010100101110111101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,72); }

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

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

 a { background-color: rgb(90,114,72); }

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

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

 span { border-color: rgb(90,114,72); }

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