#618148

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

Shades of Dingley #618148

Tints of Dingley #618148

Color information

#618148 (or 0x618148) is unknown color: approx Dingley. HEX triplet: 61, 81 and 48. RGB value is (97,129,72). Sum of RGB (Red+Green+Blue) = 97+129+72=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #618148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618148 is #9E7EB7. Grayscale: #717171. Windows color (decimal): -10387128 or 4751713. OLE color: 4751713.

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

Color convert

RGB9712972-
CMYK0.2500.440.49
HSL93.68º28.36%39.41%-
HSV(B)93.68º44.19%50.59%-
XYZ13.9518.719.01-
YUV112.93104.9116.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=32.55%
G=43.29%
B=24.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129720.2500.440.4993.6828.3639.41
Hex6181481902C315e1c27
Octal14120111031054611363447
Binary1100001100000011001000110010101100110001101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618148; }

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

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

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

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

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

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

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

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