#638548

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

Shades of Dingley #638548

Tints of Dingley #638548

Color information

#638548 (or 0x638548) is unknown color: approx Dingley. HEX triplet: 63, 85 and 48. RGB value is (99,133,72). Sum of RGB (Red+Green+Blue) = 99+133+72=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #638548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638548 is #9C7AB7. Grayscale: #747474. Windows color (decimal): -10255032 or 4752739. OLE color: 4752739.

HSL color Cylindrical-coordinate representation of color #638548: hue angle of 93.44º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638548 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB9913372-
CMYK0.2600.460.48
HSL93.44º29.76%40.2%-
HSV(B)93.44º45.86%52.16%-
XYZ14.719.99.2-
YUV115.88103.24115.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=32.57%
G=43.75%
B=23.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133720.2600.460.4893.4429.7640.2
Hex6385481A02E305d1e28
Octal14320511032056601353650
Binary1100011100001011001000110100101110110000101110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638548; }

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

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

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

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

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

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

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

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