#618048

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

Shades of Dingley #618048

Tints of Dingley #618048

Color information

#618048 (or 0x618048) is unknown color: approx Dingley. HEX triplet: 61, 80 and 48. RGB value is (97,128,72). Sum of RGB (Red+Green+Blue) = 97+128+72=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #618048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618048 is #9E7FB7. Grayscale: #707070. Windows color (decimal): -10387384 or 4751457. OLE color: 4751457.

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

Color convert

RGB9712872-
CMYK0.2400.440.50
HSL93.21º28%39.22%-
HSV(B)93.21º43.75%50.2%-
XYZ13.8218.458.96-
YUV112.35105.23117.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=32.66%
G=43.10%
B=24.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128720.2400.440.5093.212839.22
Hex6180481802C325d1c27
Octal14120011030054621353447
Binary1100001100000001001000110000101100110010101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618048; }

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

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

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

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

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

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

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

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