#628048

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

Shades of Dingley #628048

Tints of Dingley #628048

Color information

#628048 (or 0x628048) is unknown color: approx Dingley. HEX triplet: 62, 80 and 48. RGB value is (98,128,72). Sum of RGB (Red+Green+Blue) = 98+128+72=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #628048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628048 is #9D7FB7. Grayscale: #707070. Windows color (decimal): -10321848 or 4751458. OLE color: 4751458.

HSL color Cylindrical-coordinate representation of color #628048: hue angle of 92.14º 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 #628048 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB9812872-
CMYK0.2300.440.50
HSL92.14º28%39.22%-
HSV(B)92.14º43.75%50.2%-
XYZ13.9318.58.97-
YUV112.65105.06117.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=32.89%
G=42.95%
B=24.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128720.2300.440.5092.142839.22
Hex6280481702C325c1c27
Octal14220011027054621343447
Binary1100010100000001001000101110101100110010101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628048; }

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

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

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

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

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

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

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

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