#618244

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

Shades of Dingley #618244

Tints of Dingley #618244

Color information

#618244 (or 0x618244) is unknown color: approx Dingley. HEX triplet: 61, 82 and 44. RGB value is (97,130,68). Sum of RGB (Red+Green+Blue) = 97+130+68=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #618244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618244 is #9E7DBB. Grayscale: #717171. Windows color (decimal): -10386876 or 4489825. OLE color: 4489825.

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

Color convert

RGB9713068-
CMYK0.2500.480.49
HSL91.94º31.31%38.82%-
HSV(B)91.94º47.69%50.98%-
XYZ13.9618.928.39-
YUV113.06102.57116.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=32.88%
G=44.07%
B=23.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130680.2500.480.4991.9431.3138.82
Hex61824419030315c1f27
Octal14120210431060611343747
Binary1100001100000101000100110010110000110001101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618244; }

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

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

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

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

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

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

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

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