#628548

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

Shades of Dingley #628548

Tints of Dingley #628548

Color information

#628548 (or 0x628548) is unknown color: approx Dingley. HEX triplet: 62, 85 and 48. RGB value is (98,133,72). Sum of RGB (Red+Green+Blue) = 98+133+72=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #628548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628548 is #9D7AB7. Grayscale: #737373. Windows color (decimal): -10320568 or 4752738. OLE color: 4752738.

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

Color convert

RGB9813372-
CMYK0.2600.460.48
HSL94.43º29.76%40.2%-
HSV(B)94.43º45.86%52.16%-
XYZ14.5919.849.19-
YUV115.58103.4115.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=32.34%
G=43.89%
B=23.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133720.2600.460.4894.4329.7640.2
Hex6285481A02E305e1e28
Octal14220511032056601363650
Binary1100010100001011001000110100101110110000101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628548; }

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

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

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

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

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

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

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

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