#628645

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

Shades of Dingley #628645

Tints of Dingley #628645

Color information

#628645 (or 0x628645) is unknown color: approx Dingley. HEX triplet: 62, 86 and 45. RGB value is (98,134,69). Sum of RGB (Red+Green+Blue) = 98+134+69=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #628645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628645 is #9D79BA. Grayscale: #747474. Windows color (decimal): -10320315 or 4556386. OLE color: 4556386.

HSL color Cylindrical-coordinate representation of color #628645: hue angle of 93.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628645 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB9813469-
CMYK0.2700.490.47
HSL93.23º32.02%39.8%-
HSV(B)93.23º48.51%52.55%-
XYZ14.6420.088.73-
YUV115.83101.57115.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=32.56%
G=44.52%
B=22.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134690.2700.490.4793.2332.0239.8
Hex6286451B0312F5d2028
Octal14220610533061571354050
Binary11000101000011010001011101101100011011111011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628645; }

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

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

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

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

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

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

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

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