#648C3D

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

Shades of Dingley #648C3D

Tints of Dingley #648C3D

Color information

#648C3D (or 0x648C3D) is unknown color: approx Dingley. HEX triplet: 64, 8C and 3D. RGB value is (100,140,61). Sum of RGB (Red+Green+Blue) = 100+140+61=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #648C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C3D is #9B73C2. Grayscale: #777777. Windows color (decimal): -10187715 or 4033636. OLE color: 4033636.

HSL color Cylindrical-coordinate representation of color #648C3D: hue angle of 90.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648C3D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB10014061-
CMYK0.2900.560.45
HSL90.38º39.3%39.41%-
HSV(B)90.38º56.43%54.9%-
XYZ15.4821.87.81-
YUV119.0395.25114.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=33.22%
G=46.51%
B=20.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100140610.2900.560.4590.3839.339.41
Hex648C3D1D0382D5a2727
Octal1442147535070551324747
Binary1100100100011001111011110101110001011011011010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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