#627D42

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

Shades of Dingley #627D42

Tints of Dingley #627D42

Color information

#627D42 (or 0x627D42) is unknown color: approx Dingley. HEX triplet: 62, 7D and 42. RGB value is (98,125,66). Sum of RGB (Red+Green+Blue) = 98+125+66=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #627D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627D42 is #9D82BD. Grayscale: #6E6E6E. Windows color (decimal): -10322622 or 4357474. OLE color: 4357474.

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

Color convert

RGB9812566-
CMYK0.2200.470.51
HSL87.46º30.89%37.45%-
HSV(B)87.46º47.2%49.02%-
XYZ13.3517.667.86-
YUV110.2103.05119.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=33.91%
G=43.25%
B=22.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98125660.2200.470.5187.4630.8937.45
Hex627D421602F33571f25
Octal14217510226057631273745
Binary110001011111011000010101100101111110011101011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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