Html Css Color HEX #5C7449 Dingley

📋 copy color: '#5C7449'

red 92 ◦ green 116 ◦ blue 73

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

Shades of Dingley #5C7449

Tints of Dingley #5C7449

RGB

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

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

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

R = 32.74%
G = 41.28%
B = 25.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5C7449 (or 0x5C7449) is known color: Dingley. HEX triplet: 5C, 74 and 49. RGB value is (92,116,73). Sum of RGB (Red+Green+Blue) = 92+116+73=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7449 is #A38BB6. Grayscale: #686868. Windows color (decimal): -10718135 or 4813916. OLE color: 4813916.

HSL color Cylindrical-coordinate representation of color #5C7449: hue angle of 93.49º 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 #5C7449 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 116 73 -
CMYK 0.21 0 0.37 0.55
HSL 93.49º 0.23% 0.37% -
HSV(B) 93.49º 0.37% 0.45% -
XYZ 11.86 15.25 8.62 -
YUV 103.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 92 116 73 0.21 0 0.37 0.55 93.49 0.23 0.37
Hex 5C 74 49 15 0 25 37 5D 17 25
Octal 134 164 111 25 0 45 67 135 27 45
Binary 1011100 1110100 1001001 10101 0 100101 110111 1011101 10111 100101

Color Harmonies of #5C7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7449

Black with #5C7449

Text Example


Text Example

White with #5C7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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