#638148

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

Shades of Dingley #638148

Tints of Dingley #638148

Color information

#638148 (or 0x638148) is unknown color: approx Dingley. HEX triplet: 63, 81 and 48. RGB value is (99,129,72). Sum of RGB (Red+Green+Blue) = 99+129+72=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #638148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638148 is #9C7EB7. Grayscale: #717171. Windows color (decimal): -10256056 or 4751715. OLE color: 4751715.

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

Color convert

RGB9912972-
CMYK0.2300.440.49
HSL91.58º28.36%39.41%-
HSV(B)91.58º44.19%50.59%-
XYZ14.1718.829.02-
YUV113.53104.56117.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 72 (28.52% from 255) = 24%
R=33%
G=43%
B=24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129720.2300.440.4991.5828.3639.41
Hex6381481702C315c1c27
Octal14320111027054611343447
Binary1100011100000011001000101110101100110001101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638148; }

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

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

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

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

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

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

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

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