#648946

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

Shades of Dingley #648946

Tints of Dingley #648946

Color information

#648946 (or 0x648946) is unknown color: approx Dingley. HEX triplet: 64, 89 and 46. RGB value is (100,137,70). Sum of RGB (Red+Green+Blue) = 100+137+70=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #648946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648946 is #9B76B9. Grayscale: #767676. Windows color (decimal): -10188474 or 4622692. OLE color: 4622692.

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

Color convert

RGB10013770-
CMYK0.2700.490.46
HSL93.13º32.37%40.59%-
HSV(B)93.13º48.91%53.73%-
XYZ15.3121.049.05-
YUV118.3100.74114.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=32.57%
G=44.63%
B=22.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137700.2700.490.4693.1332.3740.59
Hex6489461B0312E5d2029
Octal14421110633061561354051
Binary11001001000100110001101101101100011011101011101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648946; }

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

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

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

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

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

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

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

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