Html Css Color HEX #617452 Dingley

📋 copy color: '#617452'

red 97 ◦ green 116 ◦ blue 82

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

Shades of Dingley #617452

Tints of Dingley #617452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 32.88%
G = 39.32%
B = 27.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#617452 (or 0x617452) is known color: Dingley. HEX triplet: 61, 74 and 52. RGB value is (97,116,82). Sum of RGB (Red+Green+Blue) = 97+116+82=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #617452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617452 is #9E8BAD. Grayscale: #6A6A6A. Windows color (decimal): -10390446 or 5403745. OLE color: 5403745.

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

Color convert

RGB 97 116 82 -
CMYK 0.16 0 0.29 0.55
HSL 93.53º 0.17% 0.39% -
HSV(B) 93.53º 0.29% 0.45% -
XYZ 12.7 15.64 10.33 -
YUV 106.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 97 116 82 0.16 0 0.29 0.55 93.53 0.17 0.39
Hex 61 74 52 10 0 1D 37 5E 11 27
Octal 141 164 122 20 0 35 67 136 21 47
Binary 1100001 1110100 1010010 10000 0 11101 110111 1011110 10001 100111

Color Harmonies of #617452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617452

Black with #617452

Text Example


Text Example

White with #617452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617452; }

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

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

background-color css

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

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

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

border-color css

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

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

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