#628549

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

Shades of Dingley #628549

Tints of Dingley #628549

Color information

#628549 (or 0x628549) is unknown color: approx Dingley. HEX triplet: 62, 85 and 49. RGB value is (98,133,73). Sum of RGB (Red+Green+Blue) = 98+133+73=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #628549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628549 is #9D7AB6. Grayscale: #737373. Windows color (decimal): -10320567 or 4818274. OLE color: 4818274.

HSL color Cylindrical-coordinate representation of color #628549: 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 #628549 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB9813373-
CMYK0.2600.450.48
HSL95º29.13%40.39%-
HSV(B)95º45.11%52.16%-
XYZ14.6319.859.36-
YUV115.7103.9115.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.24%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=32.24%
G=43.75%
B=24.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133730.2600.450.489529.1340.39
Hex6285491A02D305f1d28
Octal14220511132055601373550
Binary1100010100001011001001110100101101110000101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628549; }

 p { color: rgb(98,133,73); }

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

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

 a { background-color: rgb(98,133,73); }

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

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

 span { border-color: rgb(98,133,73); }

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