#628D45

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

Shades of Dingley #628D45

Tints of Dingley #628D45

Color information

#628D45 (or 0x628D45) is unknown color: approx Dingley. HEX triplet: 62, 8D and 45. RGB value is (98,141,69). Sum of RGB (Red+Green+Blue) = 98+141+69=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #628D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D45 is #9D72BA. Grayscale: #787878. Windows color (decimal): -10318523 or 4558178. OLE color: 4558178.

HSL color Cylindrical-coordinate representation of color #628D45: hue angle of 95.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #628D45 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB9814169-
CMYK0.3000.510.45
HSL95.83º34.29%41.18%-
HSV(B)95.83º51.06%55.29%-
XYZ15.6422.089.07-
YUV119.9399.25112.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=31.82%
G=45.78%
B=22.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98141690.3000.510.4595.8334.2941.18
Hex628D451E0332D602229
Octal14221510536063551404251
Binary11000101000110110001011111001100111011011100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628D45; }

 p { color: rgb(98,141,69); }

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

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

 a { background-color: rgb(98,141,69); }

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

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

 span { border-color: rgb(98,141,69); }

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