#638848

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

Shades of Dingley #638848

Tints of Dingley #638848

Color information

#638848 (or 0x638848) is unknown color: approx Dingley. HEX triplet: 63, 88 and 48. RGB value is (99,136,72). Sum of RGB (Red+Green+Blue) = 99+136+72=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #638848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638848 is #9C77B7. Grayscale: #757575. Windows color (decimal): -10254264 or 4753507. OLE color: 4753507.

HSL color Cylindrical-coordinate representation of color #638848: hue angle of 94.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638848 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB9913672-
CMYK0.2700.470.47
HSL94.69º30.77%40.78%-
HSV(B)94.69º47.06%53.33%-
XYZ15.1220.739.34-
YUV117.64102.24114.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=32.25%
G=44.30%
B=23.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99136720.2700.470.4794.6930.7740.78
Hex6388481B02F2F5f1f29
Octal14321011033057571373751
Binary1100011100010001001000110110101111101111101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638848; }

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

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

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

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

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

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

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

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