#638244

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

Shades of Dingley #638244

Tints of Dingley #638244

Color information

#638244 (or 0x638244) is unknown color: approx Dingley. HEX triplet: 63, 82 and 44. RGB value is (99,130,68). Sum of RGB (Red+Green+Blue) = 99+130+68=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #638244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638244 is #9C7DBB. Grayscale: #717171. Windows color (decimal): -10255804 or 4489827. OLE color: 4489827.

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

Color convert

RGB9913068-
CMYK0.2400.480.49
HSL90º31.31%38.82%-
HSV(B)90º47.69%50.98%-
XYZ14.1719.048.4-
YUV113.66102.23117.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=33.33%
G=43.77%
B=22.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130680.2400.480.499031.3138.82
Hex63824418030315a1f27
Octal14320210430060611323747
Binary1100011100000101000100110000110000110001101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638244; }

 p { color: rgb(99,130,68); }

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

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

 a { background-color: rgb(99,130,68); }

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

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

 span { border-color: rgb(99,130,68); }

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