#618946

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

Shades of Dingley #618946

Tints of Dingley #618946

Color information

#618946 (or 0x618946) is unknown color: approx Dingley. HEX triplet: 61, 89 and 46. RGB value is (97,137,70). Sum of RGB (Red+Green+Blue) = 97+137+70=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #618946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618946 is #9E76B9. Grayscale: #757575. Windows color (decimal): -10385082 or 4622689. OLE color: 4622689.

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

Color convert

RGB9713770-
CMYK0.2900.490.46
HSL95.82º32.37%40.59%-
HSV(B)95.82º48.91%53.73%-
XYZ14.9820.879.03-
YUV117.4101.25113.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=31.91%
G=45.07%
B=23.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97137700.2900.490.4695.8232.3740.59
Hex6189461D0312E602029
Octal14121110635061561404051
Binary11000011000100110001101110101100011011101100000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618946; }

 p { color: rgb(97,137,70); }

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

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

 a { background-color: rgb(97,137,70); }

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

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

 span { border-color: rgb(97,137,70); }

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