#627449

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

Shades of Dingley #627449

Tints of Dingley #627449

Color information

#627449 (or 0x627449) is unknown color: approx Dingley. HEX triplet: 62, 74 and 49. RGB value is (98,116,73). Sum of RGB (Red+Green+Blue) = 98+116+73=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #627449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627449 is #9D8BB6. Grayscale: #696969. Windows color (decimal): -10324919 or 4813922. OLE color: 4813922.

HSL color Cylindrical-coordinate representation of color #627449: hue angle of 85.12º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627449 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB9811673-
CMYK0.1600.370.55
HSL85.12º22.75%37.06%-
HSV(B)85.12º37.07%45.49%-
XYZ12.4815.578.65-
YUV105.72109.54122.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=34.15%
G=40.42%
B=25.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98116730.1600.370.5585.1222.7537.06
Hex6274491002537551725
Octal14216411120045671252745
Binary110001011101001001001100000100101110111101010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627449; }

 p { color: rgb(98,116,73); }

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

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

 a { background-color: rgb(98,116,73); }

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

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

 span { border-color: rgb(98,116,73); }

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