#618242

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

Shades of Dingley #618242

Tints of Dingley #618242

Color information

#618242 (or 0x618242) is unknown color: approx Dingley. HEX triplet: 61, 82 and 42. RGB value is (97,130,66). Sum of RGB (Red+Green+Blue) = 97+130+66=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #618242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618242 is #9E7DBD. Grayscale: #717171. Windows color (decimal): -10386878 or 4358753. OLE color: 4358753.

HSL color Cylindrical-coordinate representation of color #618242: hue angle of 90.94º degrees, saturation: 0.33, 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 #618242 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB9713066-
CMYK0.2500.490.49
HSL90.94º32.65%38.43%-
HSV(B)90.94º49.23%50.98%-
XYZ13.918.98.07-
YUV112.84101.57116.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=33.11%
G=44.37%
B=22.53%

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
Decimal97130660.2500.490.4990.9432.6538.43
Hex61824219031315b2126
Octal14120210231061611334146
Binary11000011000001010000101100101100011100011011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618242; }

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

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

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

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

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

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

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

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