#628638

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

Shades of Dingley #628638

Tints of Dingley #628638

Color information

#628638 (or 0x628638) is unknown color: approx Dingley. HEX triplet: 62, 86 and 38. RGB value is (98,134,56). Sum of RGB (Red+Green+Blue) = 98+134+56=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #628638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628638 is #9D79C7. Grayscale: #727272. Windows color (decimal): -10320328 or 3704418. OLE color: 3704418.

HSL color Cylindrical-coordinate representation of color #628638: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #628638 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB9813456-
CMYK0.2700.580.47
HSL87.69º41.05%37.25%-
HSV(B)87.69º58.21%52.55%-
XYZ14.2819.936.84-
YUV114.3495.07116.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=34.03%
G=46.53%
B=19.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134560.2700.580.4787.6941.0537.25
Hex6286381B03A2F582925
Octal1422067033072571305145
Binary1100010100001101110001101101110101011111011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628638; }

 p { color: rgb(98,134,56); }

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

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

 a { background-color: rgb(98,134,56); }

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

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

 span { border-color: rgb(98,134,56); }

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