#638E46

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

Shades of Dingley #638E46

Tints of Dingley #638E46

Color information

#638E46 (or 0x638E46) is unknown color: approx Dingley. HEX triplet: 63, 8E and 46. RGB value is (99,142,70). Sum of RGB (Red+Green+Blue) = 99+142+70=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #638E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E46 is #9C71B9. Grayscale: #797979. Windows color (decimal): -10252730 or 4623971. OLE color: 4623971.

HSL color Cylindrical-coordinate representation of color #638E46: hue angle of 95.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #638E46 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB9914270-
CMYK0.3000.510.44
HSL95.83º33.96%41.57%-
HSV(B)95.83º50.7%55.69%-
XYZ15.9222.449.29-
YUV120.9499.25112.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=31.83%
G=45.66%
B=22.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99142700.3000.510.4495.8333.9641.57
Hex638E461E0332C60222a
Octal14321610636063541404252
Binary11000111000111010001101111001100111011001100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E46; }

 p { color: rgb(99,142,70); }

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

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

 a { background-color: rgb(99,142,70); }

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

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

 span { border-color: rgb(99,142,70); }

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