#648748

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

Shades of Dingley #648748

Tints of Dingley #648748

Color information

#648748 (or 0x648748) is unknown color: approx Dingley. HEX triplet: 64, 87 and 48. RGB value is (100,135,72). Sum of RGB (Red+Green+Blue) = 100+135+72=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #648748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648748 is #9B78B7. Grayscale: #757575. Windows color (decimal): -10188984 or 4753252. OLE color: 4753252.

HSL color Cylindrical-coordinate representation of color #648748: hue angle of 93.33º degrees, saturation: 0.3, 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 #648748 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB10013572-
CMYK0.2600.470.47
HSL93.33º30.43%40.59%-
HSV(B)93.33º46.67%52.94%-
XYZ15.0920.519.29-
YUV117.35102.4115.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=32.57%
G=43.97%
B=23.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135720.2600.470.4793.3330.4340.59
Hex6487481A02F2F5d1e29
Octal14420711032057571353651
Binary1100100100001111001000110100101111101111101110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648748; }

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

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

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

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

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

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

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

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