#628545

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

Shades of Dingley #628545

Tints of Dingley #628545

Color information

#628545 (or 0x628545) is unknown color: approx Dingley. HEX triplet: 62, 85 and 45. RGB value is (98,133,69). Sum of RGB (Red+Green+Blue) = 98+133+69=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #628545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628545 is #9D7ABA. Grayscale: #737373. Windows color (decimal): -10320571 or 4556130. OLE color: 4556130.

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

Color convert

RGB9813369-
CMYK0.2600.480.48
HSL92.81º31.68%39.61%-
HSV(B)92.81º48.12%52.16%-
XYZ14.519.88.69-
YUV115.24101.9115.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 69 (27.34% from 255) = 23%
R=32.67%
G=44.33%
B=23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133690.2600.480.4892.8131.6839.61
Hex6285451A030305d2028
Octal14220510532060601354050
Binary11000101000010110001011101001100001100001011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628545; }

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

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

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

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

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

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

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

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