#648941

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

Shades of Dingley #648941

Tints of Dingley #648941

Color information

#648941 (or 0x648941) is unknown color: approx Dingley. HEX triplet: 64, 89 and 41. RGB value is (100,137,65). Sum of RGB (Red+Green+Blue) = 100+137+65=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #648941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648941 is #9B76BE. Grayscale: #757575. Windows color (decimal): -10188479 or 4295012. OLE color: 4295012.

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

Color convert

RGB10013765-
CMYK0.2700.530.46
HSL90.83º35.64%39.61%-
HSV(B)90.83º52.55%53.73%-
XYZ15.1620.988.25-
YUV117.7398.24115.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=33.11%
G=45.36%
B=21.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137650.2700.530.4690.8335.6439.61
Hex6489411B0352E5b2428
Octal14421110133065561334450
Binary11001001000100110000011101101101011011101011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648941; }

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

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

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

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

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

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

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

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