#638A48

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

Shades of Dingley #638A48

Tints of Dingley #638A48

Color information

#638A48 (or 0x638A48) is unknown color: approx Dingley. HEX triplet: 63, 8A and 48. RGB value is (99,138,72). Sum of RGB (Red+Green+Blue) = 99+138+72=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #638A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A48 is #9C75B7. Grayscale: #777777. Windows color (decimal): -10253752 or 4754019. OLE color: 4754019.

HSL color Cylindrical-coordinate representation of color #638A48: hue angle of 95.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638A48 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB9913872-
CMYK0.2800.480.46
HSL95.45º31.43%41.18%-
HSV(B)95.45º47.83%54.12%-
XYZ15.421.39.43-
YUV118.82101.58113.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=32.04%
G=44.66%
B=23.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99138720.2800.480.4695.4531.4341.18
Hex638A481C0302E5f1f29
Octal14321211034060561373751
Binary1100011100010101001000111000110000101110101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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