#638241

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

Shades of Dingley #638241

Tints of Dingley #638241

Color information

#638241 (or 0x638241) is unknown color: approx Dingley. HEX triplet: 63, 82 and 41. RGB value is (99,130,65). Sum of RGB (Red+Green+Blue) = 99+130+65=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #638241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638241 is #9C7DBE. Grayscale: #717171. Windows color (decimal): -10255807 or 4293219. OLE color: 4293219.

HSL color Cylindrical-coordinate representation of color #638241: hue angle of 88.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #638241 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB9913065-
CMYK0.2400.500.49
HSL88.62º33.33%38.24%-
HSV(B)88.62º50%50.98%-
XYZ14.08197.93-
YUV113.32100.73117.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=33.67%
G=44.22%
B=22.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130650.2400.500.4988.6233.3338.24
Hex6382411803231592126
Octal14320210130062611314146
Binary11000111000001010000011100001100101100011011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638241; }

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

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

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

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

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

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

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

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