#638D41

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

Shades of Dingley #638D41

Tints of Dingley #638D41

Color information

#638D41 (or 0x638D41) is unknown color: approx Dingley. HEX triplet: 63, 8D and 41. RGB value is (99,141,65). Sum of RGB (Red+Green+Blue) = 99+141+65=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #638D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D41 is #9C72BE. Grayscale: #787878. Windows color (decimal): -10252991 or 4296035. OLE color: 4296035.

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

Color convert

RGB9914165-
CMYK0.3000.540.45
HSL93.16º36.89%40.39%-
HSV(B)93.16º53.9%55.29%-
XYZ15.6222.088.44-
YUV119.7897.09113.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=32.46%
G=46.23%
B=21.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141650.3000.540.4593.1636.8940.39
Hex638D411E0362D5d2528
Octal14321510136066551354550
Binary11000111000110110000011111001101101011011011101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,65); }

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

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

 a { background-color: rgb(99,141,65); }

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

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

 span { border-color: rgb(99,141,65); }

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