Html Css Color HEX #5A7449 Dingley

📋 copy color: '#5A7449'

red 90 ◦ green 116 ◦ blue 73

#5A7449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #5A7449

Tints of Dingley #5A7449

RGB

 RED value IS 90 (35.55% from 255) = 32.26%

 GREEN value IS 116 (45.7% from 255) = 41.58%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 32.26%
G = 41.58%
B = 26.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5A7449 (or 0x5A7449) is known color: Dingley. HEX triplet: 5A, 74 and 49. RGB value is (90,116,73). Sum of RGB (Red+Green+Blue) = 90+116+73=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7449 is #A58BB6. Grayscale: #676767. Windows color (decimal): -10849207 or 4813914. OLE color: 4813914.

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

Color convert

RGB 90 116 73 -
CMYK 0.22 0 0.37 0.55
HSL 96.28º 0.23% 0.37% -
HSV(B) 96.28º 0.37% 0.45% -
XYZ 11.66 15.15 8.61 -
YUV 103.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 90 116 73 0.22 0 0.37 0.55 96.28 0.23 0.37
Hex 5A 74 49 16 0 25 37 60 17 25
Octal 132 164 111 26 0 45 67 140 27 45
Binary 1011010 1110100 1001001 10110 0 100101 110111 1100000 10111 100101

Color Harmonies of #5A7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7449

Black with #5A7449

Text Example


Text Example

White with #5A7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,73); }

 H1.HeaderClassName
 {
   color: #5A7449;
 }
 .AnyTagClassName
 {
   color: #5A7449;
 }
</style>

background-color css

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

 a { background-color: rgb(90,116,73); }

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

border-color css

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

 span { border-color: rgb(90,116,73); }

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