#628D3D

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

Shades of Dingley #628D3D

Tints of Dingley #628D3D

Color information

#628D3D (or 0x628D3D) is unknown color: approx Dingley. HEX triplet: 62, 8D and 3D. RGB value is (98,141,61). Sum of RGB (Red+Green+Blue) = 98+141+61=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #628D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D3D is #9D72C2. Grayscale: #777777. Windows color (decimal): -10318531 or 4033890. OLE color: 4033890.

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

Color convert

RGB9814161-
CMYK0.3000.570.45
HSL92.25º39.6%39.61%-
HSV(B)92.25º56.74%55.29%-
XYZ15.421.987.85-
YUV119.0295.25113-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=32.67%
G=47%
B=20.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98141610.3000.570.4592.2539.639.61
Hex628D3D1E0392D5c2828
Octal1422157536071551345050
Binary1100010100011011111011111001110011011011011100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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