#627C50

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

Shades of Dingley #627C50

Tints of Dingley #627C50

Color information

#627C50 (or 0x627C50) is unknown color: approx Dingley. HEX triplet: 62, 7C and 50. RGB value is (98,124,80). Sum of RGB (Red+Green+Blue) = 98+124+80=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #627C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C50 is #9D83AF. Grayscale: #6F6F6F. Windows color (decimal): -10322864 or 5274722. OLE color: 5274722.

HSL color Cylindrical-coordinate representation of color #627C50: hue angle of 95.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627C50 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB9812480-
CMYK0.2100.350.51
HSL95.45º21.57%40%-
HSV(B)95.45º35.48%48.63%-
XYZ13.6917.5910.26-
YUV111.21110.39118.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 124 (48.83% from 255) = 41.06%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=32.45%
G=41.06%
B=26.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98124800.2100.350.5195.4521.5740
Hex627C5015023335f1628
Octal14217412025043631372650
Binary110001011111001010000101010100011110011101111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627C50; }

 p { color: rgb(98,124,80); }

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

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

 a { background-color: rgb(98,124,80); }

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

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

 span { border-color: rgb(98,124,80); }

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