#618246

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

Shades of Dingley #618246

Tints of Dingley #618246

Color information

#618246 (or 0x618246) is unknown color: approx Dingley. HEX triplet: 61, 82 and 46. RGB value is (97,130,70). Sum of RGB (Red+Green+Blue) = 97+130+70=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #618246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618246 is #9E7DB9. Grayscale: #717171. Windows color (decimal): -10386874 or 4620897. OLE color: 4620897.

HSL color Cylindrical-coordinate representation of color #618246: hue angle of 93º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618246 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB9713070-
CMYK0.2500.460.49
HSL93º30%39.22%-
HSV(B)93º46.15%50.98%-
XYZ14.0218.958.71-
YUV113.29103.57116.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=32.66%
G=43.77%
B=23.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130700.2500.460.49933039.22
Hex6182461902E315d1e27
Octal14120210631056611353647
Binary1100001100000101000110110010101110110001101110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618246; }

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

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

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

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

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

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

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

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