#628537

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

Shades of Dingley #628537

Tints of Dingley #628537

Color information

#628537 (or 0x628537) is unknown color: approx Dingley. HEX triplet: 62, 85 and 37. RGB value is (98,133,55). Sum of RGB (Red+Green+Blue) = 98+133+55=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #628537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628537 is #9D7AC8. Grayscale: #717171. Windows color (decimal): -10320585 or 3638626. OLE color: 3638626.

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

Color convert

RGB9813355-
CMYK0.2600.590.48
HSL86.92º41.49%36.86%-
HSV(B)86.92º58.65%52.16%-
XYZ14.1119.656.66-
YUV113.6494.9116.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 55 (21.88% from 255) = 19.23%
R=34.27%
G=46.50%
B=19.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133550.2600.590.4886.9241.4936.86
Hex6285371A03B30572925
Octal1422056732073601275145
Binary1100010100001011101111101001110111100001010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628537; }

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

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

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

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

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

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

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

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