#648244

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

Shades of Dingley #648244

Tints of Dingley #648244

Color information

#648244 (or 0x648244) is unknown color: approx Dingley. HEX triplet: 64, 82 and 44. RGB value is (100,130,68). Sum of RGB (Red+Green+Blue) = 100+130+68=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #648244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648244 is #9B7DBB. Grayscale: #727272. Windows color (decimal): -10190268 or 4489828. OLE color: 4489828.

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

Color convert

RGB10013068-
CMYK0.2300.480.49
HSL89.03º31.31%38.82%-
HSV(B)89.03º47.69%50.98%-
XYZ14.2819.098.4-
YUV113.96102.06118.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=33.56%
G=43.62%
B=22.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130680.2300.480.4989.0331.3138.82
Hex6482441703031591f27
Octal14420210427060611313747
Binary1100100100000101000100101110110000110001101100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648244; }

 p { color: rgb(100,130,68); }

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

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

 a { background-color: rgb(100,130,68); }

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

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

 span { border-color: rgb(100,130,68); }

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