#5A7C37

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

Shades of Dingley #5A7C37

Tints of Dingley #5A7C37

Color information

#5A7C37 (or 0x5A7C37) is unknown color: approx Dingley. HEX triplet: 5A, 7C and 37. RGB value is (90,124,55). Sum of RGB (Red+Green+Blue) = 90+124+55=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7C37 is #A583C8. Grayscale: #6A6A6A. Windows color (decimal): -10847177 or 3636314. OLE color: 3636314.

HSL color Cylindrical-coordinate representation of color #5A7C37: hue angle of 89.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7C37 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB9012455-
CMYK0.2700.560.51
HSL89.57º38.55%35.1%-
HSV(B)89.57º55.65%48.63%-
XYZ12.1116.866.23-
YUV105.9799.24116.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=33.46%
G=46.10%
B=20.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90124550.2700.560.5189.5738.5535.1
Hex5A7C371B038335a2723
Octal1321746733070631324743
Binary101101011111001101111101101110001100111011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,55); }

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

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

 a { background-color: rgb(90,124,55); }

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

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

 span { border-color: rgb(90,124,55); }

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