#628E3D

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

Shades of Dingley #628E3D

Tints of Dingley #628E3D

Color information

#628E3D (or 0x628E3D) is unknown color: approx Dingley. HEX triplet: 62, 8E and 3D. RGB value is (98,142,61). Sum of RGB (Red+Green+Blue) = 98+142+61=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #628E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E3D is #9D71C2. Grayscale: #777777. Windows color (decimal): -10318275 or 4034146. OLE color: 4034146.

HSL color Cylindrical-coordinate representation of color #628E3D: hue angle of 92.59º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #628E3D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB9814261-
CMYK0.3100.570.44
HSL92.59º39.9%39.8%-
HSV(B)92.59º57.04%55.69%-
XYZ15.5522.287.9-
YUV119.6194.92112.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=32.56%
G=47.18%
B=20.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98142610.3100.570.4492.5939.939.8
Hex628E3D1F0392C5d2828
Octal1422167537071541355050
Binary1100010100011101111011111101110011011001011101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628E3D; }

 p { color: rgb(98,142,61); }

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

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

 a { background-color: rgb(98,142,61); }

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

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

 span { border-color: rgb(98,142,61); }

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