#628848

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

Shades of Dingley #628848

Tints of Dingley #628848

Color information

#628848 (or 0x628848) is unknown color: approx Dingley. HEX triplet: 62, 88 and 48. RGB value is (98,136,72). Sum of RGB (Red+Green+Blue) = 98+136+72=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #628848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628848 is #9D77B7. Grayscale: #757575. Windows color (decimal): -10319800 or 4753506. OLE color: 4753506.

HSL color Cylindrical-coordinate representation of color #628848: hue angle of 95.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628848 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB9813672-
CMYK0.2800.470.47
HSL95.62º30.77%40.78%-
HSV(B)95.62º47.06%53.33%-
XYZ15.0120.679.33-
YUV117.34102.41114.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=32.03%
G=44.44%
B=23.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98136720.2800.470.4795.6230.7740.78
Hex6288481C02F2F601f29
Octal14221011034057571403751
Binary1100010100010001001000111000101111101111110000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628848; }

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

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

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

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

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

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

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

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