Html Css Color HEX #5A744A Dingley

📋 copy color: '#5A744A'

red 90 ◦ green 116 ◦ blue 74

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

Shades of Dingley #5A744A

Tints of Dingley #5A744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 32.14%
G = 41.43%
B = 26.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#5A744A (or 0x5A744A) is known color: Dingley. HEX triplet: 5A, 74 and 4A. RGB value is (90,116,74). Sum of RGB (Red+Green+Blue) = 90+116+74=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #5A744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A744A is #A58BB5. Grayscale: #676767. Windows color (decimal): -10849206 or 4879450. OLE color: 4879450.

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

Color convert

RGB 90 116 74 -
CMYK 0.22 0 0.36 0.55
HSL 97.14º 0.22% 0.37% -
HSV(B) 97.14º 0.36% 0.45% -
XYZ 11.7 15.16 8.79 -
YUV 103.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 90 116 74 0.22 0 0.36 0.55 97.14 0.22 0.37
Hex 5A 74 4A 16 0 24 37 61 16 25
Octal 132 164 112 26 0 44 67 141 26 45
Binary 1011010 1110100 1001010 10110 0 100100 110111 1100001 10110 100101

Color Harmonies of #5A744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A744A

Black with #5A744A

Text Example


Text Example

White with #5A744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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