#618E42

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

Shades of Dingley #618E42

Tints of Dingley #618E42

Color information

#618E42 (or 0x618E42) is unknown color: approx Dingley. HEX triplet: 61, 8E and 42. RGB value is (97,142,66). Sum of RGB (Red+Green+Blue) = 97+142+66=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #618E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E42 is #9E71BD. Grayscale: #787878. Windows color (decimal): -10383806 or 4361825. OLE color: 4361825.

HSL color Cylindrical-coordinate representation of color #618E42: hue angle of 95.53º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #618E42 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB9714266-
CMYK0.3200.540.44
HSL95.53º36.54%40.78%-
HSV(B)95.53º53.52%55.69%-
XYZ15.5922.288.63-
YUV119.8897.59111.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=31.80%
G=46.56%
B=21.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97142660.3200.540.4495.5336.5440.78
Hex618E42200362C602529
Octal14121610240066541404551
Binary110000110001110100001010000001101101011001100000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618E42; }

 p { color: rgb(97,142,66); }

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

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

 a { background-color: rgb(97,142,66); }

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

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

 span { border-color: rgb(97,142,66); }

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