Html Css Color HEX #617448 Dingley

📋 copy color: '#617448'

red 97 ◦ green 116 ◦ blue 72

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

Shades of Dingley #617448

Tints of Dingley #617448

RGB

 RED value IS 97 (38.28% from 255) = 34.04%

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

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 34.04%
G = 40.7%
B = 25.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#617448 (or 0x617448) is known color: Dingley. HEX triplet: 61, 74 and 48. RGB value is (97,116,72). Sum of RGB (Red+Green+Blue) = 97+116+72=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #617448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617448 is #9E8BB7. Grayscale: #696969. Windows color (decimal): -10390456 or 4748385. OLE color: 4748385.

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

Color convert

RGB 97 116 72 -
CMYK 0.16 0 0.38 0.55
HSL 85.91º 0.23% 0.37% -
HSV(B) 85.91º 0.38% 0.45% -
XYZ 12.34 15.5 8.47 -
YUV 105.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 97 116 72 0.16 0 0.38 0.55 85.91 0.23 0.37
Hex 61 74 48 10 0 26 37 56 17 25
Octal 141 164 110 20 0 46 67 126 27 45
Binary 1100001 1110100 1001000 10000 0 100110 110111 1010110 10111 100101

Color Harmonies of #617448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617448

Black with #617448

Text Example


Text Example

White with #617448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617448; }

 p { color: rgb(97,116,72); }

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

background-color css

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

 a { background-color: rgb(97,116,72); }

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

border-color css

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

 span { border-color: rgb(97,116,72); }

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