#627D4B

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

Shades of Dingley #627D4B

Tints of Dingley #627D4B

Color information

#627D4B (or 0x627D4B) is unknown color: approx Dingley. HEX triplet: 62, 7D and 4B. RGB value is (98,125,75). Sum of RGB (Red+Green+Blue) = 98+125+75=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #627D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627D4B is #9D82B4. Grayscale: #6F6F6F. Windows color (decimal): -10322613 or 4947298. OLE color: 4947298.

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

Color convert

RGB9812575-
CMYK0.2200.400.51
HSL92.4º25%39.22%-
HSV(B)92.4º40%49.02%-
XYZ13.6417.779.37-
YUV111.23107.55118.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=32.89%
G=41.95%
B=25.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98125750.2200.400.5192.42539.22
Hex627D4B16028335c1927
Octal14217511326050631343147
Binary110001011111011001011101100101000110011101110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,125,75); }

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

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

 a { background-color: rgb(98,125,75); }

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

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

 span { border-color: rgb(98,125,75); }

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