#628337

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

Shades of Dingley #628337

Tints of Dingley #628337

Color information

#628337 (or 0x628337) is unknown color: approx Dingley. HEX triplet: 62, 83 and 37. RGB value is (98,131,55). Sum of RGB (Red+Green+Blue) = 98+131+55=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #628337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628337 is #9D7CC8. Grayscale: #707070. Windows color (decimal): -10321097 or 3638114. OLE color: 3638114.

HSL color Cylindrical-coordinate representation of color #628337: hue angle of 86.05º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628337 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB9813155-
CMYK0.2500.580.49
HSL86.05º40.86%36.47%-
HSV(B)86.05º58.02%51.37%-
XYZ13.8419.116.57-
YUV112.4795.57117.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=34.51%
G=46.13%
B=19.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98131550.2500.580.4986.0540.8636.47
Hex6283371903A31562924
Octal1422036731072611265144
Binary1100010100000111101111100101110101100011010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628337; }

 p { color: rgb(98,131,55); }

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

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

 a { background-color: rgb(98,131,55); }

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

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

 span { border-color: rgb(98,131,55); }

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