#618940

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

Shades of Dingley #618940

Tints of Dingley #618940

Color information

#618940 (or 0x618940) is unknown color: approx Dingley. HEX triplet: 61, 89 and 40. RGB value is (97,137,64). Sum of RGB (Red+Green+Blue) = 97+137+64=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #618940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618940 is #9E76BF. Grayscale: #747474. Windows color (decimal): -10385088 or 4229473. OLE color: 4229473.

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

Color convert

RGB9713764-
CMYK0.2900.530.46
HSL92.88º36.32%39.41%-
HSV(B)92.88º53.28%53.73%-
XYZ14.820.88.09-
YUV116.7298.25113.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=32.55%
G=45.97%
B=21.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97137640.2900.530.4692.8836.3239.41
Hex6189401D0352E5d2427
Octal14121110035065561354447
Binary11000011000100110000001110101101011011101011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618940; }

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

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

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

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

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

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

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

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