Html Css Color HEX #5A7649 Dingley

📋 copy color: '#5A7649'

red 90 ◦ green 118 ◦ blue 73

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

Shades of Dingley #5A7649

Tints of Dingley #5A7649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 32.03%
G = 41.99%
B = 25.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#5A7649 (or 0x5A7649) is known color: Dingley. HEX triplet: 5A, 76 and 49. RGB value is (90,118,73). Sum of RGB (Red+Green+Blue) = 90+118+73=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7649 is #A589B6. Grayscale: #686868. Windows color (decimal): -10848695 or 4814426. OLE color: 4814426.

HSL color Cylindrical-coordinate representation of color #5A7649: hue angle of 97.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7649 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 73 -
CMYK 0.24 0 0.38 0.54
HSL 97.33º 0.24% 0.37% -
HSV(B) 97.33º 0.38% 0.46% -
XYZ 11.9 15.61 8.69 -
YUV 104.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 90 118 73 0.24 0 0.38 0.54 97.33 0.24 0.37
Hex 5A 76 49 18 0 26 36 61 18 25
Octal 132 166 111 30 0 46 66 141 30 45
Binary 1011010 1110110 1001001 11000 0 100110 110110 1100001 11000 100101

Color Harmonies of #5A7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7649

Black with #5A7649

Text Example


Text Example

White with #5A7649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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