#648E3D

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

Shades of Dingley #648E3D

Tints of Dingley #648E3D

Color information

#648E3D (or 0x648E3D) is unknown color: approx Dingley. HEX triplet: 64, 8E and 3D. RGB value is (100,142,61). Sum of RGB (Red+Green+Blue) = 100+142+61=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #648E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648E3D is #9B71C2. Grayscale: #787878. Windows color (decimal): -10187203 or 4034148. OLE color: 4034148.

HSL color Cylindrical-coordinate representation of color #648E3D: hue angle of 91.11º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648E3D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB10014261-
CMYK0.3000.570.44
HSL91.11º39.9%39.8%-
HSV(B)91.11º57.04%55.69%-
XYZ15.7722.397.91-
YUV120.2194.59113.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=33.00%
G=46.86%
B=20.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100142610.3000.570.4491.1139.939.8
Hex648E3D1E0392C5b2828
Octal1442167536071541335050
Binary1100100100011101111011111001110011011001011011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648E3D; }

 p { color: rgb(100,142,61); }

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

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

 a { background-color: rgb(100,142,61); }

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

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

 span { border-color: rgb(100,142,61); }

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