Html Css Color HEX #5F7449 Dingley

📋 copy color: '#5F7449'

red 95 ◦ green 116 ◦ blue 73

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

Shades of Dingley #5F7449

Tints of Dingley #5F7449

RGB

 RED value IS 95 (37.5% from 255) = 33.45%

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

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

R = 33.45%
G = 40.85%
B = 25.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#5F7449 (or 0x5F7449) is known color: Dingley. HEX triplet: 5F, 74 and 49. RGB value is (95,116,73). Sum of RGB (Red+Green+Blue) = 95+116+73=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7449 is #A08BB6. Grayscale: #686868. Windows color (decimal): -10521527 or 4813919. OLE color: 4813919.

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

Color convert

RGB 95 116 73 -
CMYK 0.18 0 0.37 0.55
HSL 89.3º 0.23% 0.37% -
HSV(B) 89.3º 0.37% 0.45% -
XYZ 12.17 15.4 8.64 -
YUV 104.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 95 116 73 0.18 0 0.37 0.55 89.3 0.23 0.37
Hex 5F 74 49 12 0 25 37 59 17 25
Octal 137 164 111 22 0 45 67 131 27 45
Binary 1011111 1110100 1001001 10010 0 100101 110111 1011001 10111 100101

Color Harmonies of #5F7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7449

Black with #5F7449

Text Example


Text Example

White with #5F7449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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