#618442

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

Shades of Dingley #618442

Tints of Dingley #618442

Color information

#618442 (or 0x618442) is unknown color: approx Dingley. HEX triplet: 61, 84 and 42. RGB value is (97,132,66). Sum of RGB (Red+Green+Blue) = 97+132+66=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #618442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618442 is #9E7BBD. Grayscale: #727272. Windows color (decimal): -10386366 or 4359265. OLE color: 4359265.

HSL color Cylindrical-coordinate representation of color #618442: hue angle of 91.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618442 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB9713266-
CMYK0.2700.50.48
HSL91.82º33.33%38.82%-
HSV(B)91.82º50%51.76%-
XYZ14.1619.448.16-
YUV114.01100.9115.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=32.88%
G=44.75%
B=22.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132660.2700.50.4891.8233.3338.82
Hex6184421B032305c2127
Octal14120410233062601344147
Binary11000011000010010000101101101100101100001011100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618442; }

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

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

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

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

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

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

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

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