#618740

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

Shades of Dingley #618740

Tints of Dingley #618740

Color information

#618740 (or 0x618740) is unknown color: approx Dingley. HEX triplet: 61, 87 and 40. RGB value is (97,135,64). Sum of RGB (Red+Green+Blue) = 97+135+64=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #618740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618740 is #9E78BF. Grayscale: #737373. Windows color (decimal): -10385600 or 4228961. OLE color: 4228961.

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

Color convert

RGB9713564-
CMYK0.2800.530.47
HSL92.11º35.68%39.02%-
HSV(B)92.11º52.59%52.94%-
XYZ14.5220.247.99-
YUV115.5498.91114.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=32.77%
G=45.61%
B=21.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97135640.2800.530.4792.1135.6839.02
Hex6187401C0352F5c2427
Octal14120710034065571344447
Binary11000011000011110000001110001101011011111011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618740; }

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

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

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

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

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

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

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

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