#648948

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

Shades of Dingley #648948

Tints of Dingley #648948

Color information

#648948 (or 0x648948) is unknown color: approx Dingley. HEX triplet: 64, 89 and 48. RGB value is (100,137,72). Sum of RGB (Red+Green+Blue) = 100+137+72=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #648948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648948 is #9B76B7. Grayscale: #767676. Windows color (decimal): -10188472 or 4753764. OLE color: 4753764.

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

Color convert

RGB10013772-
CMYK0.2700.470.46
HSL94.15º31.1%40.98%-
HSV(B)94.15º47.45%53.73%-
XYZ15.3721.079.39-
YUV118.53101.74114.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=32.36%
G=44.34%
B=23.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137720.2700.470.4694.1531.140.98
Hex6489481B02F2E5e1f29
Octal14421111033057561363751
Binary1100100100010011001000110110101111101110101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648948; }

 p { color: rgb(100,137,72); }

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

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

 a { background-color: rgb(100,137,72); }

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

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

 span { border-color: rgb(100,137,72); }

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