#638348

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

Shades of Dingley #638348

Tints of Dingley #638348

Color information

#638348 (or 0x638348) is unknown color: approx Dingley. HEX triplet: 63, 83 and 48. RGB value is (99,131,72). Sum of RGB (Red+Green+Blue) = 99+131+72=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #638348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638348 is #9C7CB7. Grayscale: #727272. Windows color (decimal): -10255544 or 4752227. OLE color: 4752227.

HSL color Cylindrical-coordinate representation of color #638348: hue angle of 92.54º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638348 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB9913172-
CMYK0.2400.450.49
HSL92.54º29.06%39.8%-
HSV(B)92.54º45.04%51.37%-
XYZ14.4319.359.11-
YUV114.71103.9116.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=32.78%
G=43.38%
B=23.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99131720.2400.450.4992.5429.0639.8
Hex6383481802D315d1d28
Octal14320311030055611353550
Binary1100011100000111001000110000101101110001101110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638348; }

 p { color: rgb(99,131,72); }

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

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

 a { background-color: rgb(99,131,72); }

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

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

 span { border-color: rgb(99,131,72); }

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