#628547

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

Shades of Dingley #628547

Tints of Dingley #628547

Color information

#628547 (or 0x628547) is unknown color: approx Dingley. HEX triplet: 62, 85 and 47. RGB value is (98,133,71). Sum of RGB (Red+Green+Blue) = 98+133+71=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #628547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628547 is #9D7AB8. Grayscale: #737373. Windows color (decimal): -10320569 or 4687202. OLE color: 4687202.

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

Color convert

RGB9813371-
CMYK0.2600.470.48
HSL93.87º30.39%40%-
HSV(B)93.87º46.62%52.16%-
XYZ14.5619.839.02-
YUV115.47102.9115.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=32.45%
G=44.04%
B=23.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133710.2600.470.4893.8730.3940
Hex6285471A02F305e1e28
Octal14220510732057601363650
Binary1100010100001011000111110100101111110000101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628547; }

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

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

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

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

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

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

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

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