#618142

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

Shades of Dingley #618142

Tints of Dingley #618142

Color information

#618142 (or 0x618142) is unknown color: approx Dingley. HEX triplet: 61, 81 and 42. RGB value is (97,129,66). Sum of RGB (Red+Green+Blue) = 97+129+66=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #618142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618142 is #9E7EBD. Grayscale: #707070. Windows color (decimal): -10387134 or 4358497. OLE color: 4358497.

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

Color convert

RGB9712966-
CMYK0.2500.490.49
HSL90.48º32.31%38.24%-
HSV(B)90.48º48.84%50.59%-
XYZ13.7618.648.03-
YUV112.25101.9117.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=33.22%
G=44.18%
B=22.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129660.2500.490.4990.4832.3138.24
Hex61814219031315a2026
Octal14120110231061611324046
Binary11000011000000110000101100101100011100011011010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618142; }

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

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

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

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

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

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

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

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