#628546

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

Shades of Dingley #628546

Tints of Dingley #628546

Color information

#628546 (or 0x628546) is unknown color: approx Dingley. HEX triplet: 62, 85 and 46. RGB value is (98,133,70). Sum of RGB (Red+Green+Blue) = 98+133+70=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #628546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628546 is #9D7AB9. Grayscale: #737373. Windows color (decimal): -10320570 or 4621666. OLE color: 4621666.

HSL color Cylindrical-coordinate representation of color #628546: hue angle of 93.33º degrees, saturation: 0.31, 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 #628546 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB9813370-
CMYK0.2600.470.48
HSL93.33º31.03%39.8%-
HSV(B)93.33º47.37%52.16%-
XYZ14.5319.818.85-
YUV115.35102.4115.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=32.56%
G=44.19%
B=23.26%

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
Decimal98133700.2600.470.4893.3331.0339.8
Hex6285461A02F305d1f28
Octal14220510632057601353750
Binary1100010100001011000110110100101111110000101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628546; }

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

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

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

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

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

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

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

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