#618649

Color #618649 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #618649

Tints of Dingley #618649

Color information

#618649 (or 0x618649) is unknown color: approx Dingley. HEX triplet: 61, 86 and 49. RGB value is (97,134,73). Sum of RGB (Red+Green+Blue) = 97+134+73=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #618649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618649 is #9E79B6. Grayscale: #747474. Windows color (decimal): -10385847 or 4818529. OLE color: 4818529.

HSL color Cylindrical-coordinate representation of color #618649: hue angle of 96.39º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618649 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB9713473-
CMYK0.2800.460.47
HSL96.39º29.47%40.59%-
HSV(B)96.39º45.52%52.55%-
XYZ14.6620.079.41-
YUV115.98103.74114.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=31.91%
G=44.08%
B=24.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134730.2800.460.4796.3929.4740.59
Hex6186491C02E2F601d29
Octal14120611134056571403551
Binary1100001100001101001001111000101110101111110000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618649; }

 p { color: rgb(97,134,73); }

 H1.HeaderClassName
 {
   color: #618649;
 }
 .AnyTagClassName
 {
   color: #618649;
 }
</style>
background-color css

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

 a { background-color: rgb(97,134,73); }

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

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

 span { border-color: rgb(97,134,73); }

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