#618448

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

Shades of Dingley #618448

Tints of Dingley #618448

Color information

#618448 (or 0x618448) is unknown color: approx Dingley. HEX triplet: 61, 84 and 48. RGB value is (97,132,72). Sum of RGB (Red+Green+Blue) = 97+132+72=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #618448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618448 is #9E7BB7. Grayscale: #727272. Windows color (decimal): -10386360 or 4752481. OLE color: 4752481.

HSL color Cylindrical-coordinate representation of color #618448: hue angle of 95º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618448 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB9713272-
CMYK0.2700.450.48
HSL95º29.41%40%-
HSV(B)95º45.45%51.76%-
XYZ14.3519.519.14-
YUV114.7103.9115.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=32.23%
G=43.85%
B=23.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132720.2700.450.489529.4140
Hex6184481B02D305f1d28
Octal14120411033055601373550
Binary1100001100001001001000110110101101110000101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618448; }

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

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

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

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

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

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

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

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