#628047

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

Shades of Dingley #628047

Tints of Dingley #628047

Color information

#628047 (or 0x628047) is unknown color: approx Dingley. HEX triplet: 62, 80 and 47. RGB value is (98,128,71). Sum of RGB (Red+Green+Blue) = 98+128+71=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #628047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628047 is #9D7FB8. Grayscale: #707070. Windows color (decimal): -10321849 or 4685922. OLE color: 4685922.

HSL color Cylindrical-coordinate representation of color #628047: hue angle of 91.58º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #628047 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB9812871-
CMYK0.2300.450.50
HSL91.58º28.64%39.02%-
HSV(B)91.58º44.53%50.2%-
XYZ13.8918.498.8-
YUV112.53104.56117.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=33.00%
G=43.10%
B=23.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128710.2300.450.5091.5828.6439.02
Hex6280471702D325c1d27
Octal14220010727055621343547
Binary1100010100000001000111101110101101110010101110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628047; }

 p { color: rgb(98,128,71); }

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

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

 a { background-color: rgb(98,128,71); }

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

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

 span { border-color: rgb(98,128,71); }

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