Html Css Color HEX #5C7649 Dingley

📋 copy color: '#5C7649'

red 92 ◦ green 118 ◦ blue 73

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

Shades of Dingley #5C7649

Tints of Dingley #5C7649

RGB

 RED value IS 92 (36.33% from 255) = 32.51%

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

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

R = 32.51%
G = 41.7%
B = 25.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#5C7649 (or 0x5C7649) is known color: Dingley. HEX triplet: 5C, 76 and 49. RGB value is (92,118,73). Sum of RGB (Red+Green+Blue) = 92+118+73=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7649 is #A389B6. Grayscale: #696969. Windows color (decimal): -10717623 or 4814428. OLE color: 4814428.

HSL color Cylindrical-coordinate representation of color #5C7649: hue angle of 94.67º 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 #5C7649 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 73 -
CMYK 0.22 0 0.38 0.54
HSL 94.67º 0.24% 0.37% -
HSV(B) 94.67º 0.38% 0.46% -
XYZ 12.09 15.71 8.7 -
YUV 105.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 92 118 73 0.22 0 0.38 0.54 94.67 0.24 0.37
Hex 5C 76 49 16 0 26 36 5F 18 25
Octal 134 166 111 26 0 46 66 137 30 45
Binary 1011100 1110110 1001001 10110 0 100110 110110 1011111 11000 100101

Color Harmonies of #5C7649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7649

Black with #5C7649

Text Example


Text Example

White with #5C7649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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